tellico: 4.0.1 -> 4.1

This commit is contained in:
R. Ryantm
2025-01-16 02:25:54 +00:00
parent fd5197d905
commit 7d5274103b
+2 -2
View File
@@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "tellico";
version = "4.0.1";
version = "4.1";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "office";
repo = pname;
rev = "v${version}";
hash = "sha256-5oP/uGUw1oYnrnOU83Pocr9YdwAU+DaUaGHg+6NzmRU=";
hash = "sha256-xzMPYze77oajMjS2fprjGu2FsZgI7MjnWVxIxYYN0TY=";
};
nativeBuildInputs = [