lol

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

git-machete: 3.17.3 -> 3.17.4

authored by

figsoda and committed by
GitHub
8c22ab65 55237fb4

+2 -2
+2 -2
pkgs/applications/version-management/git-machete/default.nix
··· 12 12 13 13 buildPythonApplication rec { 14 14 pname = "git-machete"; 15 - version = "3.17.3"; 15 + version = "3.17.4"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "virtuslab"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - hash = "sha256-XBgYLrbxHE5czcEzYhX4ORQFtyKHcDw3VmZVx2TtycI="; 21 + hash = "sha256-g3SEUVcyr6+nt0zMHB1F4drCwmQvPYQErOwSl9I+1Tg="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ installShellFiles ];