Loading pkgs/by-name/or/orchard/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ buildGoModule rec { pname = "orchard"; version = "0.42.0"; version = "0.44.0"; src = fetchFromGitHub { owner = "cirruslabs"; repo = "orchard"; rev = version; hash = "sha256-EeH37j6ecgRiIGV24wL+yX0BJQE+6rGVGr14zgHaOko="; hash = "sha256-ALzXiH81i5P+sRxpEA3JI9oFmdbsnMCDfuOO74Sb+eA="; # 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 @@ -25,7 +25,7 @@ buildGoModule rec { ''; }; vendorHash = "sha256-VhDPPWj3gQdUJXqcUPg6U4ZBERstWGoKTJ7FIfe0hWs="; vendorHash = "sha256-hL8gtGHdANY7s3DM2zzJhDYmbhW0hCNQHvV07x3FoSI="; nativeBuildInputs = [ installShellFiles ]; Loading Loading
pkgs/by-name/or/orchard/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ buildGoModule rec { pname = "orchard"; version = "0.42.0"; version = "0.44.0"; src = fetchFromGitHub { owner = "cirruslabs"; repo = "orchard"; rev = version; hash = "sha256-EeH37j6ecgRiIGV24wL+yX0BJQE+6rGVGr14zgHaOko="; hash = "sha256-ALzXiH81i5P+sRxpEA3JI9oFmdbsnMCDfuOO74Sb+eA="; # 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 @@ -25,7 +25,7 @@ buildGoModule rec { ''; }; vendorHash = "sha256-VhDPPWj3gQdUJXqcUPg6U4ZBERstWGoKTJ7FIfe0hWs="; vendorHash = "sha256-hL8gtGHdANY7s3DM2zzJhDYmbhW0hCNQHvV07x3FoSI="; nativeBuildInputs = [ installShellFiles ]; Loading