orchard: 0.23.0 -> 0.23.2 (#342376)

This commit is contained in:
R. RyanTM
2024-09-17 14:38:52 +00:00
committed by GitHub
parent 523eea5210
commit 658e722319
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "orchard";
version = "0.23.0";
version = "0.23.2";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = version;
hash = "sha256-cBl3dvLZGO8a3rc4bqw7eDcSn0mcUBo3AlkjmSPKp9E=";
hash = "sha256-hsYIIA2JA+LT+qaootOkHVN4JD+msO1grYQq4Z6ipYU=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;