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

git-machete: 3.11.1 -> 3.11.2

authored by Mario Rodas and committed by GitHub 513d95d0 847b77a0

+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.11.1"; 15 + version = "3.11.2"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "virtuslab"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-BhR1dE6+K7UKaCbLmWPtLMyq0oIj/xYenXp5s7kRINc="; 21 + sha256 = "sha256-alSok5/qcAOBUTNlGjeVSEbT4xW+HzPWj59njfXpG6w="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ installShellFiles ];