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

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

git-machete: 3.13.2 -> 3.14.0
parents c25c879d e2ba4093
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.13.2";
  version = "3.14.0";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-K9oJvvESHWCJFSgqycA7N4cG7WbTDwXZExnXUs4Qlp8=";
    hash = "sha256-UgWPm4IxzydO1qqhjbodUIAmqIhTIITYARMvw+F9T7E=";
  };

  nativeBuildInputs = [ installShellFiles ];