Unverified Commit a224b6d7 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

git-machete: 3.17.8 -> 3.17.9
parents c76c9664 ec2b1936
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildPythonApplication rec {
  pname = "git-machete";
  version = "3.17.8";
  version = "3.17.9";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-d1vbLlGKln/zcuuKZgNOcu/z15co3p8ecrwL5lucIEk=";
    hash = "sha256-oU4c57XU/DLGjOl/CyCt6oG3QaB2xnrOEg+sUAd7sww=";
  };

  nativeBuildInputs = [ installShellFiles ];