git-machete: 3.11.2 -> 3.11.3

This commit is contained in:
R. Ryantm 2022-07-24 02:41:35 +00:00
parent 16108ff74a
commit c6b7abc361

View File

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