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

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

git-machete: 3.25.2 -> 3.25.3
parents 95a94765 632cea09
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.2";
  version = "3.25.3";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-uTbDrSR2Aqeq73PI0dghCkOQS7QPFb/I9Yrl3wIH9ZQ=";
    hash = "sha256-2XWQK0dXJeQJsB2FUsLoOA4SIoterb1WGXqYi1JHPQY=";
  };

  nativeBuildInputs = [ installShellFiles ];