Loading pkgs/by-name/or/orchard/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ buildGoModule rec { pname = "orchard"; version = "0.29.0"; version = "0.31.0"; src = fetchFromGitHub { owner = "cirruslabs"; repo = pname; rev = version; hash = "sha256-Dw1cD+ScWS8GmBx04ZC8cxsgvq/6J9JC6SaOUeM6nZg="; hash = "sha256-XUZq9+hO1L+VjipR5cNeA7IJXP4mg/fxnV64pcyJWU8="; # 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; Loading @@ -24,7 +24,7 @@ buildGoModule rec { ''; }; vendorHash = "sha256-X2TiE1ANze5EQemTnSlMVwi6ttNWEINXlgq1czLWWeQ="; vendorHash = "sha256-DfDnTJ5PeBE9QVV7FvGCO7VLbb8CMslOBR1lrvDoNkM="; nativeBuildInputs = [ installShellFiles ]; Loading Loading
pkgs/by-name/or/orchard/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ buildGoModule rec { pname = "orchard"; version = "0.29.0"; version = "0.31.0"; src = fetchFromGitHub { owner = "cirruslabs"; repo = pname; rev = version; hash = "sha256-Dw1cD+ScWS8GmBx04ZC8cxsgvq/6J9JC6SaOUeM6nZg="; hash = "sha256-XUZq9+hO1L+VjipR5cNeA7IJXP4mg/fxnV64pcyJWU8="; # 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; Loading @@ -24,7 +24,7 @@ buildGoModule rec { ''; }; vendorHash = "sha256-X2TiE1ANze5EQemTnSlMVwi6ttNWEINXlgq1czLWWeQ="; vendorHash = "sha256-DfDnTJ5PeBE9QVV7FvGCO7VLbb8CMslOBR1lrvDoNkM="; nativeBuildInputs = [ installShellFiles ]; Loading