Commit d53414a5 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-machete: 3.26.3 -> 3.27.0

parent 164d4463
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.26.3";
  version = "3.27.0";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-UCaJiYLYeHI4R8IJfhgmT4Ji++CtQgvIJrKH1EXl83o=";
    hash = "sha256-37SZhuMrGjRQOzjnAegL6babhcIjAwh9wtAb7RB09dM=";
  };

  nativeBuildInputs = [ installShellFiles ];