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

git-machete: 3.17.8 -> 3.17.9
This commit is contained in:
figsoda 2023-08-09 10:00:57 -04:00 committed by GitHub
commit a224b6d744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];