Merge pull request #227166 from r-ryantm/auto-update/git-machete

git-machete: 3.16.3 -> 3.17.0
This commit is contained in:
figsoda
2023-04-19 21:19:37 -04:00
committed by GitHub
@@ -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 ];