We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523eea5 commit 658e722Copy full SHA for 658e722
pkgs/by-name/or/orchard/package.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "orchard";
5
- version = "0.23.0";
+ version = "0.23.2";
6
7
src = fetchFromGitHub {
8
owner = "cirruslabs";
9
repo = pname;
10
rev = version;
11
- hash = "sha256-cBl3dvLZGO8a3rc4bqw7eDcSn0mcUBo3AlkjmSPKp9E=";
+ hash = "sha256-hsYIIA2JA+LT+qaootOkHVN4JD+msO1grYQq4Z6ipYU=";
12
# populate values that require us to use git. By doing this in postFetch we
13
# can delete .git afterwards and maintain better reproducibility of the src.
14
leaveDotGit = true;
0 commit comments