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

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

git-machete: 3.15.2 -> 3.16.0
parents 9c2b5671 b3209f6d
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.15.2";
  version = "3.16.0";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-hIm3JDLXUTwjuVfAHvZBWFBJNOAVWyfl/X4A6B0OoXg=";
    hash = "sha256-94qYCyWqVwMMptlJIe4o4/mEHnhcMubcupd+Qs2SYH0=";
  };

  nativeBuildInputs = [ installShellFiles ];