Commit 239511fa authored by R. RyanTM's avatar R. RyanTM
Browse files

git-machete: 3.32.1 -> 3.33.0

parent 086a4138
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.32.1";
  version = "3.33.0";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-G62KCL0l1WTJoSXfJoQd1HXWleKPC8OjX39AD9NOgV0=";
    hash = "sha256-kzMjMyqaf4F/cRJ6+r9Ne+NUlG98iubKYqAm+NpmRtM=";
  };

  nativeBuildInputs = [ installShellFiles ];