git-machete: 3.34.1 -> 3.36.0 (#409291)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-12 15:54:41 +02:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "git-machete";
version = "3.34.1";
version = "3.36.0";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-CllaviW7pqLD9XD4oSHyW2nG4lObkPWFseXZbtkNUQI=";
hash = "sha256-iSuOiQC+dKqcDCS4nTPMrNFpo3ipPUQhfoofM11UInI=";
};
nativeBuildInputs = [ installShellFiles ];