Loading pkgs/development/tools/misc/runme/default.nix +5 −5 Original line number Diff line number Diff line { lib , buildGoModule , buildGo121Module , fetchFromGitHub , installShellFiles , nodejs Loading @@ -9,18 +9,18 @@ , runme }: buildGoModule rec { buildGo121Module rec { pname = "runme"; version = "1.7.3"; version = "1.7.4"; src = fetchFromGitHub { owner = "stateful"; repo = "runme"; rev = "v${version}"; hash = "sha256-3NCD9kagcxW8Ahet20imFYqo3G7nkR1iPM0C5tQX72o="; hash = "sha256-0WqyX2vpGoDjsltJJjR2zAi+Iq5l1Ugv/koEA+ycq1U="; }; vendorHash = "sha256-sGk2K0I9onGFpDwboRugNHjFictisY4Q0NTNnOT3BW4="; vendorHash = "sha256-vfLLL/sV8Jg/QE4oT45XLXAwvlLep3ehtPwXbpwo5PQ="; nativeBuildInputs = [ installShellFiles Loading Loading
pkgs/development/tools/misc/runme/default.nix +5 −5 Original line number Diff line number Diff line { lib , buildGoModule , buildGo121Module , fetchFromGitHub , installShellFiles , nodejs Loading @@ -9,18 +9,18 @@ , runme }: buildGoModule rec { buildGo121Module rec { pname = "runme"; version = "1.7.3"; version = "1.7.4"; src = fetchFromGitHub { owner = "stateful"; repo = "runme"; rev = "v${version}"; hash = "sha256-3NCD9kagcxW8Ahet20imFYqo3G7nkR1iPM0C5tQX72o="; hash = "sha256-0WqyX2vpGoDjsltJJjR2zAi+Iq5l1Ugv/koEA+ycq1U="; }; vendorHash = "sha256-sGk2K0I9onGFpDwboRugNHjFictisY4Q0NTNnOT3BW4="; vendorHash = "sha256-vfLLL/sV8Jg/QE4oT45XLXAwvlLep3ehtPwXbpwo5PQ="; nativeBuildInputs = [ installShellFiles Loading