tellico: 4.1.3 -> 4.1.4 (#456186)

This commit is contained in:
Yohann Boniface
2025-10-27 23:49:52 +00:00
committed by GitHub
+2 -2
View File
@@ -25,14 +25,14 @@
stdenv.mkDerivation rec {
pname = "tellico";
version = "4.1.3";
version = "4.1.4";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "office";
repo = "tellico";
rev = "v${version}";
hash = "sha256-+ky47wbyGAsBLx9q4ya/Vm9jiqEAbFfhloOytAyUYCQ=";
hash = "sha256-eScAOd1da05fqXtbcz8oEJiObB7CUxiYReSrr3R7ybM=";
};
nativeBuildInputs = [