Merge pull request #194213 from r-ryantm/auto-update/git-machete

git-machete: 3.12.0 -> 3.12.4
This commit is contained in:
Christian Kögler 2022-10-14 22:38:25 +02:00 committed by GitHub
commit eab95560a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];