git-machete: 3.22.0 -> 3.23.2

This commit is contained in:
R. Ryantm 2024-02-24 22:31:03 +00:00
parent d6cc5bb41d
commit cb07207e0c

View File

@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.22.0";
version = "3.23.2";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-2oEpBNMHj4qpkPp8rXEMsRRiRQeC30hQCQh7d8bOLUU=";
hash = "sha256-1b8nKA6/UYiFPx7Va2GBUsGWxeOABFgyVVrYtHcKyrA=";
};
nativeBuildInputs = [ installShellFiles ];