Unverified Commit 453b9d27 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

git-machete: 3.25.0 -> 3.25.2
parents 5f8dedee bee10360
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.0";
  version = "3.25.2";

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

  nativeBuildInputs = [ installShellFiles ];