Unverified Commit 55926cc6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

git-machete: 3.25.3 -> 3.26.0
parents c1f56529 36b57afc
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.25.3";
  version = "3.26.0";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-2XWQK0dXJeQJsB2FUsLoOA4SIoterb1WGXqYi1JHPQY=";
    hash = "sha256-6q0XunfzURfcvce/BLtJhDeI1fPusN+07S1SegLDkwY=";
  };

  nativeBuildInputs = [ installShellFiles ];