orchard: 0.15.0 -> 0.15.1

This commit is contained in:
R. Ryantm 2024-02-06 06:02:59 +00:00
parent 7aeb86c1fa
commit 9ce7572836

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "orchard";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = version;
hash = "sha256-9hxfRiZ3V65wvh8n1SGeTzNdjdoEfRtyFOv4+f/u+O8=";
hash = "sha256-bDXb8yKaDSYw9fZ/VBvacUebRMdlI+lzIe9KFa7uVyk=";
# 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;
@ -19,7 +19,7 @@ buildGoModule rec {
'';
};
vendorHash = "sha256-LBvd8qah+v0y3dHadSs69/y6pr8TyZ0nDJgHR+8qlEo=";
vendorHash = "sha256-qqq1CKZm95pJ3u7/oHKhRL3ZIGN9LCRcnESE2w/DJrQ=";
nativeBuildInputs = [ installShellFiles ];