Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

tellico: 3.5.1 -> 3.5.2

authored by Weijia Wang and committed by GitHub fbcb58da a944b73a

+2 -2
+2 -2
pkgs/applications/misc/tellico/default.nix
··· 24 24 25 25 mkDerivation rec { 26 26 pname = "tellico"; 27 - version = "3.5.1"; 27 + version = "3.5.2"; 28 28 29 29 src = fetchFromGitLab { 30 30 domain = "invent.kde.org"; 31 31 owner = "office"; 32 32 repo = pname; 33 33 rev = "v${version}"; 34 - hash = "sha256-opg4FbfOM48eqWQUJnMHH7KSo6x4S2DHd7ucPw6iTzg="; 34 + hash = "sha256-48ZFSE+uFEtY3ry3ONT/d+KhfX93eTyW8z+PiXQqEn4="; 35 35 }; 36 36 37 37 nativeBuildInputs = [