git-machete: 3.26.0 -> 3.26.1

This commit is contained in:
R. Ryantm
2024-07-02 10:07:26 +00:00
parent 08683639c2
commit cd0df8a9bd
@@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.26.0";
version = "3.26.1";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-6q0XunfzURfcvce/BLtJhDeI1fPusN+07S1SegLDkwY=";
hash = "sha256-QcsBe1v2qiPR7svl5mQ/aro/X2PbpkJHNHnNAnQE9yA=";
};
nativeBuildInputs = [ installShellFiles ];