orchard: 0.19.1 -> 0.20.0

This commit is contained in:
R. Ryantm 2024-06-27 05:06:20 +00:00
parent db4c8df48c
commit 11a563d226

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "orchard";
version = "0.19.1";
version = "0.20.0";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = version;
hash = "sha256-q1PKmC5sMBO7dJ1Ne9JWnnepFRr/Ty8K/gJIgachDeI=";
hash = "sha256-wmIC5Vzne0fe42lCBj+7kNIDG777meUuehJpgmYnPuw=";
# 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-icV4MOVzPSCGhFTIixWA02Jcf/7qhQwG4sBx1kRoJks=";
vendorHash = "sha256-Irpqg+orQsDv9iof+tGC/Out6hIOmlf3sdHGY80zxdE=";
nativeBuildInputs = [ installShellFiles ];