Unverified Commit 0ab419f9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

git-machete: 3.12.5 -> 3.13.0
parents 49e5e473 2d676a12
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.12.5";
  version = "3.13.0";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-EC4uI9q/iwX9U/xvyCZ3HAmfGEbKoADLKMx5f30Q9Ys=";
    sha256 = "sha256-Ku142NjiDTxiZ50Sm6vZs5ZHJ25oALnLQw8ThWqQ2rE=";
  };

  nativeBuildInputs = [ installShellFiles ];