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

git-machete: 3.26.0 -> 3.26.1
This commit is contained in:
lassulus
2024-07-02 15:31:08 +02:00
committed by GitHub
@@ -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 ];