Loading pkgs/applications/version-management/git-machete/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ buildPythonApplication rec { pname = "git-machete"; version = "3.17.3"; version = "3.17.4"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; hash = "sha256-XBgYLrbxHE5czcEzYhX4ORQFtyKHcDw3VmZVx2TtycI="; hash = "sha256-g3SEUVcyr6+nt0zMHB1F4drCwmQvPYQErOwSl9I+1Tg="; }; nativeBuildInputs = [ installShellFiles ]; Loading Loading
pkgs/applications/version-management/git-machete/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ buildPythonApplication rec { pname = "git-machete"; version = "3.17.3"; version = "3.17.4"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; hash = "sha256-XBgYLrbxHE5czcEzYhX4ORQFtyKHcDw3VmZVx2TtycI="; hash = "sha256-g3SEUVcyr6+nt0zMHB1F4drCwmQvPYQErOwSl9I+1Tg="; }; nativeBuildInputs = [ installShellFiles ]; Loading