git-machete: 3.24.2 -> 3.25.0

This commit is contained in:
R. Ryantm 2024-04-16 07:58:08 +00:00
parent 866de347db
commit e0fff70a2c
1 changed files with 2 additions and 2 deletions

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