git-machete: 3.34.1 -> 3.36.0

This commit is contained in:
R. Ryantm
2025-06-10 22:05:44 +00:00
parent aa81925f05
commit 1f90655241

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 ];