Skip to content

Commit f8f2d67

Browse files
orchard: 0.28.3 -> 0.29.0 (NixOS#391986)
Co-authored-by: techknowlogick <[email protected]>
2 parents f069afa + e2e69dc commit f8f2d67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

88
buildGoModule rec {
99
pname = "orchard";
10-
version = "0.28.3";
10+
version = "0.29.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "cirruslabs";
1414
repo = pname;
1515
rev = version;
16-
hash = "sha256-blXxINsM793iH7X38J+Mrqf/WKnSRoS48yP4r3Dllow=";
16+
hash = "sha256-Dw1cD+ScWS8GmBx04ZC8cxsgvq/6J9JC6SaOUeM6nZg=";
1717
# populate values that require us to use git. By doing this in postFetch we
1818
# can delete .git afterwards and maintain better reproducibility of the src.
1919
leaveDotGit = true;
@@ -24,7 +24,7 @@ buildGoModule rec {
2424
'';
2525
};
2626

27-
vendorHash = "sha256-OimkH34coQLhJlJd3BGBFE9L/TQtU4tJbTl0zwmQh3w=";
27+
vendorHash = "sha256-X2TiE1ANze5EQemTnSlMVwi6ttNWEINXlgq1czLWWeQ=";
2828

2929
nativeBuildInputs = [ installShellFiles ];
3030

0 commit comments

Comments
 (0)