git-machete: 3.17.8 -> 3.17.9

This commit is contained in:
R. Ryantm 2023-08-09 11:24:52 +00:00
parent aa3e1905a1
commit ec2b19360b

View file

@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.17.8";
version = "3.17.9";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-d1vbLlGKln/zcuuKZgNOcu/z15co3p8ecrwL5lucIEk=";
hash = "sha256-oU4c57XU/DLGjOl/CyCt6oG3QaB2xnrOEg+sUAd7sww=";
};
nativeBuildInputs = [ installShellFiles ];