git-machete: 3.17.6 -> 3.17.8

This commit is contained in:
R. Ryantm 2023-07-25 21:41:14 +00:00
parent f8a15a5e26
commit 259bd12f22

View File

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