git-machete: 3.11.3 -> 3.11.4

This commit is contained in:
R. Ryantm 2022-08-01 14:21:55 +00:00
parent 6a792c2ed8
commit 88f3ca9813

View File

@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.11.3";
version = "3.11.4";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3DIRHvl6r/NhTEQiGqgY59xSI4Y67xRcETgyVv1DIVA=";
sha256 = "sha256-nP7TOxTvf2twfS3rLYjiR6iRTS+lA6iJttqzlj4rGm0=";
};
nativeBuildInputs = [ installShellFiles ];