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

git-machete: 3.10.1 -> 3.11.1

authored by

Mario Rodas and committed by
GitHub
dea18775 287dbab3

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/git-machete/default.nix
··· 12 12 13 13 buildPythonApplication rec { 14 14 pname = "git-machete"; 15 - version = "3.10.1"; 15 + version = "3.11.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "virtuslab"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-ofadxKWhfeC2Sx1IJKXOTmukK5m1TOU5244e4kEGM90="; 21 + sha256 = "sha256-BhR1dE6+K7UKaCbLmWPtLMyq0oIj/xYenXp5s7kRINc="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ installShellFiles ];