tellico: 4.1.3 -> 4.1.4

This commit is contained in:
R. Ryantm
2025-10-27 12:28:42 +00:00
parent b48fdaf267
commit 47840aa42a

View File

@@ -25,14 +25,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tellico"; pname = "tellico";
version = "4.1.3"; version = "4.1.4";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "invent.kde.org"; domain = "invent.kde.org";
owner = "office"; owner = "office";
repo = "tellico"; repo = "tellico";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-+ky47wbyGAsBLx9q4ya/Vm9jiqEAbFfhloOytAyUYCQ="; hash = "sha256-eScAOd1da05fqXtbcz8oEJiObB7CUxiYReSrr3R7ybM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [