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

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

tellico: 3.5.1 -> 3.5.2
parents a944b73a 2f7e9723
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.1";
  version = "3.5.2";

  src = fetchFromGitLab {
    domain = "invent.kde.org";
    owner = "office";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-opg4FbfOM48eqWQUJnMHH7KSo6x4S2DHd7ucPw6iTzg=";
    hash = "sha256-48ZFSE+uFEtY3ry3ONT/d+KhfX93eTyW8z+PiXQqEn4=";
  };

  nativeBuildInputs = [