lol

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

git-machete: 3.17.1 -> 3.17.3

authored by

figsoda and committed by
GitHub
276f75e5 985d88d2

+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.1"; 15 + version = "3.17.3"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "virtuslab"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - hash = "sha256-UpByKN2L0g42ProwHNRxPw6ggxyDVTUZfWRF+TpUVKc="; 21 + hash = "sha256-XBgYLrbxHE5czcEzYhX4ORQFtyKHcDw3VmZVx2TtycI="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ installShellFiles ];