Unverified Commit c9239294 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

git-machete: 3.31.1 -> 3.32.1 (#376832)

parents d39d8393 8e5a2b1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonApplication rec {
  pname = "git-machete";
  version = "3.31.1";
  version = "3.32.1";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-OirzHEAHDiImgQoniBNaTjUgNm0I2azaPhjEnAavbNg=";
    hash = "sha256-G62KCL0l1WTJoSXfJoQd1HXWleKPC8OjX39AD9NOgV0=";
  };

  nativeBuildInputs = [ installShellFiles ];