git-machete: 3.17.0 -> 3.17.1

This commit is contained in:
R. Ryantm
2023-04-26 16:13:37 +00:00
parent 1d5ff2163e
commit 8afa0168c0
@@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.17.0";
version = "3.17.1";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-F+2xbfMsc6izL0f8EjDfGaJs17xDNQn8/k8mvnLYzcM=";
hash = "sha256-UpByKN2L0g42ProwHNRxPw6ggxyDVTUZfWRF+TpUVKc=";
};
nativeBuildInputs = [ installShellFiles ];