git-machete: 3.16.3 -> 3.17.0

This commit is contained in:
R. Ryantm
2023-04-19 23:51:49 +00:00
parent 9d1a3e49d4
commit 8aec299c6b
@@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.16.3";
version = "3.17.0";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-pd+ZK34dPSCwl8bOwH388NZ6QNIlU5TqL7EabsWw7kk=";
hash = "sha256-F+2xbfMsc6izL0f8EjDfGaJs17xDNQn8/k8mvnLYzcM=";
};
nativeBuildInputs = [ installShellFiles ];