Unverified Commit 2de43cad authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

tellico: 3.5 -> 3.5.1
parents c1e1fe00 6be7022c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

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

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

  postPatch = ''