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

git-machete: 3.17.6 -> 3.17.8

authored by figsoda and committed by GitHub 83466066 3922b8a9

+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.6"; 15 + version = "3.17.8"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "virtuslab"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - hash = "sha256-o3Z1xPu5RcspU4m3Bb6ydZkXOMgOMJPN/+TLekwe/wI="; 21 + hash = "sha256-d1vbLlGKln/zcuuKZgNOcu/z15co3p8ecrwL5lucIEk="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ installShellFiles ];