git-machete: 3.26.1 -> 3.26.2

This commit is contained in:
R. Ryantm
2024-07-10 08:23:23 +00:00
parent 655a58a72a
commit fb86fe6aef
@@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.26.1";
version = "3.26.2";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-QcsBe1v2qiPR7svl5mQ/aro/X2PbpkJHNHnNAnQE9yA=";
hash = "sha256-AvHRl+xP4VSBP9p2BoRr/z/BT6c7zlOWUlWmfp5VvfA=";
};
nativeBuildInputs = [ installShellFiles ];