orchard: 0.31.0 -> 0.32.2 (#400508)

authored by Wolfgang Walther and committed by GitHub 04950c46 2ca43e3b

+3 -3
+3 -3
pkgs/by-name/or/orchard/package.nix
··· 7 8 buildGoModule rec { 9 pname = "orchard"; 10 - version = "0.31.0"; 11 12 src = fetchFromGitHub { 13 owner = "cirruslabs"; 14 repo = pname; 15 rev = version; 16 - hash = "sha256-XUZq9+hO1L+VjipR5cNeA7IJXP4mg/fxnV64pcyJWU8="; 17 # populate values that require us to use git. By doing this in postFetch we 18 # can delete .git afterwards and maintain better reproducibility of the src. 19 leaveDotGit = true; ··· 24 ''; 25 }; 26 27 - vendorHash = "sha256-DfDnTJ5PeBE9QVV7FvGCO7VLbb8CMslOBR1lrvDoNkM="; 28 29 nativeBuildInputs = [ installShellFiles ]; 30
··· 7 8 buildGoModule rec { 9 pname = "orchard"; 10 + version = "0.32.2"; 11 12 src = fetchFromGitHub { 13 owner = "cirruslabs"; 14 repo = pname; 15 rev = version; 16 + hash = "sha256-XI2MoAaipQvfG5rgRC4Mcxcrvy/wD3GnyNJvCTHwZhY="; 17 # populate values that require us to use git. By doing this in postFetch we 18 # can delete .git afterwards and maintain better reproducibility of the src. 19 leaveDotGit = true; ··· 24 ''; 25 }; 26 27 + vendorHash = "sha256-lLixmw4nnIjU61gXCPZhX/d2fBA57VPMrf7vsn+KrrE="; 28 29 nativeBuildInputs = [ installShellFiles ]; 30