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

git-machete: 3.15.2 -> 3.16.0
This commit is contained in:
figsoda 2023-03-04 13:26:37 -05:00 committed by GitHub
commit 707a471165
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.15.2";
version = "3.16.0";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-hIm3JDLXUTwjuVfAHvZBWFBJNOAVWyfl/X4A6B0OoXg=";
hash = "sha256-94qYCyWqVwMMptlJIe4o4/mEHnhcMubcupd+Qs2SYH0=";
};
nativeBuildInputs = [ installShellFiles ];