tellico: 3.5.1 -> 3.5.2

This commit is contained in:
R. Ryantm 2023-10-23 10:34:15 +00:00
parent 597baf8b7e
commit 2f7e972374

View File

@ -24,14 +24,14 @@
mkDerivation rec {
pname = "tellico";
version = "3.5.1";
version = "3.5.2";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "office";
repo = pname;
rev = "v${version}";
hash = "sha256-opg4FbfOM48eqWQUJnMHH7KSo6x4S2DHd7ucPw6iTzg=";
hash = "sha256-48ZFSE+uFEtY3ry3ONT/d+KhfX93eTyW8z+PiXQqEn4=";
};
nativeBuildInputs = [