Unverified Commit bf32a94b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

tellico: 3.5.5 -> 4.0.1 (#349210)

parents 73d8d521 9db2b2e4
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitLab
, mkDerivation
, cmake
@@ -20,18 +21,19 @@
, qtwebengine
, solid
, taglib
, wrapQtAppsHook
}:

mkDerivation rec {
stdenv.mkDerivation rec {
  pname = "tellico";
  version = "3.5.5";
  version = "4.0.1";

  src = fetchFromGitLab {
    domain = "invent.kde.org";
    owner = "office";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-0I4oDMLYWomAF+wpPeA1NQk4nnhUV1RT6IYKJdOUcas=";
    hash = "sha256-5oP/uGUw1oYnrnOU83Pocr9YdwAU+DaUaGHg+6NzmRU=";
  };

  nativeBuildInputs = [
@@ -39,6 +41,7 @@ mkDerivation rec {
    extra-cmake-modules
    kdoctools
    makeWrapper
    wrapQtAppsHook
  ];

  buildInputs = [