Commit 34aee8e6 authored by Bob van der Linden's avatar Bob van der Linden Committed by Bjørn Forsman
Browse files

git-cola: 4.2.1 -> 4.4.0

parent bb09d4e2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
  pname = "git-cola";
  version = "4.2.1";
  version = "4.4.0";

  src = fetchFromGitHub {
    owner = "git-cola";
    repo = "git-cola";
    rev = "refs/tags/v${version}";
    hash = "sha256-VAn4zXypOugPIVyXQ/8Yt0rCDM7hVdIY+jpmoTHqssU=";
    rev = "v${version}";
    hash = "sha256-LNzsG6I4InygpfbzTikJ1gxTFkVrkDV1eS0CJwKT26A=";
  };

  buildInputs = lib.optionals stdenv.isLinux [ qt5.qtwayland ];