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

git-machete: 3.17.6 -> 3.17.8
This commit is contained in:
figsoda
2023-07-25 18:30:02 -04:00
committed by GitHub
@@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.17.6";
version = "3.17.8";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-o3Z1xPu5RcspU4m3Bb6ydZkXOMgOMJPN/+TLekwe/wI=";
hash = "sha256-d1vbLlGKln/zcuuKZgNOcu/z15co3p8ecrwL5lucIEk=";
};
nativeBuildInputs = [ installShellFiles ];