git-machete: 3.20.0 -> 3.22.0

This commit is contained in:
R. Ryantm 2023-12-11 22:49:20 +00:00
parent 6ac7b9234a
commit b93b449f79

View File

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