Skip to content

Commit e66b8dd

Browse files
committed
orchard: 0.33.0 -> 0.33.2
1 parent 6f82867 commit e66b8dd

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.33.0";
10+
version = "0.33.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "cirruslabs";
1414
repo = pname;
1515
rev = version;
16-
hash = "sha256-cOg7wwcwmpDNqnu15j5aYxLNpBxrhliK6w3sw2JQlCg=";
16+
hash = "sha256-yiCMnP73C5MJLYjnZfqcKtdSzPyL/9WlAtylMXDl4E8=";
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-60GjN9jeYjGdkVxm+lNBS0OYt523c/HrfBPrvdET0hQ=";
27+
vendorHash = "sha256-fU2TXUtcXmjswlEbSsbCTOaC5rvtctHbTKbR7zIwP/g=";
2828

2929
nativeBuildInputs = [ installShellFiles ];
3030

0 commit comments

Comments
 (0)