tellico: 4.1 -> 4.1.1

This commit is contained in:
R. Ryantm
2025-02-11 13:03:07 +00:00
parent b64b41e8d6
commit b8fb8aeccd
+2 -2
View File
@@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "tellico";
version = "4.1";
version = "4.1.1";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "office";
repo = pname;
rev = "v${version}";
hash = "sha256-xzMPYze77oajMjS2fprjGu2FsZgI7MjnWVxIxYYN0TY=";
hash = "sha256-eYmLDQfnC0/R7VF+oMBwb5Q56CBl2icusoit/LIIpUs=";
};
nativeBuildInputs = [