git-machete: 3.25.2 -> 3.25.3

This commit is contained in:
R. Ryantm 2024-05-23 16:12:22 +00:00
parent 64ea1c0661
commit 632cea095c

View File

@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.25.2";
version = "3.25.3";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-uTbDrSR2Aqeq73PI0dghCkOQS7QPFb/I9Yrl3wIH9ZQ=";
hash = "sha256-2XWQK0dXJeQJsB2FUsLoOA4SIoterb1WGXqYi1JHPQY=";
};
nativeBuildInputs = [ installShellFiles ];