Skip to content

Commit 658e722

Browse files
authored
orchard: 0.23.0 -> 0.23.2 (#342376)
1 parent 523eea5 commit 658e722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "orchard";
5-
version = "0.23.0";
5+
version = "0.23.2";
66

77
src = fetchFromGitHub {
88
owner = "cirruslabs";
99
repo = pname;
1010
rev = version;
11-
hash = "sha256-cBl3dvLZGO8a3rc4bqw7eDcSn0mcUBo3AlkjmSPKp9E=";
11+
hash = "sha256-hsYIIA2JA+LT+qaootOkHVN4JD+msO1grYQq4Z6ipYU=";
1212
# populate values that require us to use git. By doing this in postFetch we
1313
# can delete .git afterwards and maintain better reproducibility of the src.
1414
leaveDotGit = true;

0 commit comments

Comments
 (0)