git-machete: 3.26.2 -> 3.26.3

This commit is contained in:
R. Ryantm
2024-08-04 10:40:11 +00:00
parent 54770984fc
commit 04564a1056
@@ -10,13 +10,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.26.2";
version = "3.26.3";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-AvHRl+xP4VSBP9p2BoRr/z/BT6c7zlOWUlWmfp5VvfA=";
hash = "sha256-UCaJiYLYeHI4R8IJfhgmT4Ji++CtQgvIJrKH1EXl83o=";
};
nativeBuildInputs = [ installShellFiles ];