Commit 1807be40 authored by R. RyanTM's avatar R. RyanTM
Browse files

tellico: 3.4.6 -> 3.5

parent b21becc7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

mkDerivation rec {
  pname = "tellico";
  version = "3.4.6";
  version = "3.5";

  src = fetchFromGitLab {
    domain = "invent.kde.org";
    owner = "office";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-aHA4DYuxh4vzXL82HRGMPfqS0DGqq/FLMEuhsr4eLko=";
    hash = "sha256-uMq/iqPAbjR85wkgqUS1pk2BL/eatNFpyKcagjN5rJ4=";
  };

  postPatch = ''