Unverified Commit 123eb77b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #215798 from r-ryantm/auto-update/tellico

tellico: 3.4.5 -> 3.4.6
parents 8ebe853b 98d25342
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.5";
  version = "3.4.6";

  src = fetchFromGitLab {
    domain = "invent.kde.org";
    owner = "office";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-XWzSbtyxOkASTwT5b7+hIEwaKe2bEo6ij+CnPbYNEc0=";
    hash = "sha256-aHA4DYuxh4vzXL82HRGMPfqS0DGqq/FLMEuhsr4eLko=";
  };

  postPatch = ''