git-machete: 3.5.0 -> 3.7.2

This commit is contained in:
R. Ryantm 2022-02-14 16:15:39 +00:00
parent 8617a5a336
commit bfa38e4c1a

View file

@ -11,13 +11,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.5.0";
version = "3.7.2";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
sha256 = "sha256-kR37TClFMkoe4e46g/omfwZCrQFr7gukW7I70WI9+dw=";
sha256 = "sha256-7WaLUCJr29i7JW5YAJG1AuYnSLKRMpAEnCY2i4Zle+c=";
};
nativeBuildInputs = [ installShellFiles ];