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

git-machete: 3.24.2 -> 3.25.0
This commit is contained in:
Nick Cao 2024-04-16 09:46:48 -04:00 committed by GitHub
commit 9ca2d8f214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.24.2";
version = "3.25.0";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-nxfSdgGF/hDFf7KIJ+tqCvxEi1GOjTAbpcJylIqhd/M=";
hash = "sha256-tLEuSwM8X0+oQDB9fmj5OQsC7iA906EQZz3yvB6rXfk=";
};
nativeBuildInputs = [ installShellFiles ];