git-machete: 3.12.0 -> 3.12.4

This commit is contained in:
R. Ryantm
2022-10-10 19:36:40 +00:00
parent 579238da5f
commit 0f57e757f6
@@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.12.0";
version = "3.12.4";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
sha256 = "sha256-o4OVA9cv+/JLiTUnDEAI/yj+YmOulFrX5XmlRZAb2vw=";
sha256 = "sha256-HRf6e6Qs1zghU01JmZQsR9CHyslUD1T+pCY8eq1JTmo=";
};
nativeBuildInputs = [ installShellFiles ];