Skip to content

Commit 70d225e

Browse files
authored
orchard: 0.46.0 -> 0.47.0 (NixOS#477148)
2 parents 9ece44b + 5da1337 commit 70d225e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/or/orchard/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildGoModule rec {
1010
pname = "orchard";
11-
version = "0.46.0";
11+
version = "0.47.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "cirruslabs";
1515
repo = "orchard";
1616
rev = version;
17-
hash = "sha256-fjPaCgHf2cZ24DXc8pNxaD8wOQWs6KWuBE57a9YxdZw=";
17+
hash = "sha256-I1lddSSFQybCJqcMIAIOV8/jtgxRxrM5NWYtqJ3niGs=";
1818
# populate values that require us to use git. By doing this in postFetch we
1919
# can delete .git afterwards and maintain better reproducibility of the src.
2020
leaveDotGit = true;
@@ -25,7 +25,7 @@ buildGoModule rec {
2525
'';
2626
};
2727

28-
vendorHash = "sha256-vRvRWYbDpZ6WJlCJqZOCOprypymfrddv3UC1uDL3J48=";
28+
vendorHash = "sha256-IXVVgHFDgOcKZSGqvZpO3FNxoxOShk/694RcpKUCjKY=";
2929

3030
nativeBuildInputs = [ installShellFiles ];
3131

0 commit comments

Comments
 (0)