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.16.0"; version = "3.16.1"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; hash = "sha256-94qYCyWqVwMMptlJIe4o4/mEHnhcMubcupd+Qs2SYH0="; hash = "sha256-Js32YKzQcrQfVt7RWXFPA7guR8Tpd1jCTuwboV1zyw0="; }; 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.16.0"; version = "3.16.1"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; hash = "sha256-94qYCyWqVwMMptlJIe4o4/mEHnhcMubcupd+Qs2SYH0="; hash = "sha256-Js32YKzQcrQfVt7RWXFPA7guR8Tpd1jCTuwboV1zyw0="; }; nativeBuildInputs = [ installShellFiles ]; Loading