git-machete: 3.25.3 -> 3.26.0

This commit is contained in:
R. Ryantm 2024-05-29 10:15:13 +00:00
parent a920e03e41
commit 36b57afc7c

View File

@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.25.3";
version = "3.26.0";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-2XWQK0dXJeQJsB2FUsLoOA4SIoterb1WGXqYi1JHPQY=";
hash = "sha256-6q0XunfzURfcvce/BLtJhDeI1fPusN+07S1SegLDkwY=";
};
nativeBuildInputs = [ installShellFiles ];