We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ece44b + 5da1337 commit 70d225eCopy full SHA for 70d225e
1 file changed
pkgs/by-name/or/orchard/package.nix
@@ -8,13 +8,13 @@
8
9
buildGoModule rec {
10
pname = "orchard";
11
- version = "0.46.0";
+ version = "0.47.0";
12
13
src = fetchFromGitHub {
14
owner = "cirruslabs";
15
repo = "orchard";
16
rev = version;
17
- hash = "sha256-fjPaCgHf2cZ24DXc8pNxaD8wOQWs6KWuBE57a9YxdZw=";
+ hash = "sha256-I1lddSSFQybCJqcMIAIOV8/jtgxRxrM5NWYtqJ3niGs=";
18
# populate values that require us to use git. By doing this in postFetch we
19
# can delete .git afterwards and maintain better reproducibility of the src.
20
leaveDotGit = true;
@@ -25,7 +25,7 @@ buildGoModule rec {
25
'';
26
};
27
28
- vendorHash = "sha256-vRvRWYbDpZ6WJlCJqZOCOprypymfrddv3UC1uDL3J48=";
+ vendorHash = "sha256-IXVVgHFDgOcKZSGqvZpO3FNxoxOShk/694RcpKUCjKY=";
29
30
nativeBuildInputs = [ installShellFiles ];
31
0 commit comments