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

git-machete: 3.29.2 -> 3.29.3 (#343020)

parents 619e9e20 d4ae0166
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonApplication rec {
  pname = "git-machete";
  version = "3.29.2";
  version = "3.29.3";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-C3AQ5HHsD2JfF/BO+t3Rbx1DQwRXMG41i2wsk/9BkF8=";
    hash = "sha256-3GXTdIXITZeDqe6gxwOCaFXwITYYfXTy57H2AHA5Zyc=";
  };

  nativeBuildInputs = [ installShellFiles ];