tellico: 3.5 -> 3.5.1

This commit is contained in:
R. Ryantm 2023-08-01 10:24:03 +00:00
parent 7a031b95ea
commit 6be7022c51

View File

@ -24,14 +24,14 @@
mkDerivation rec {
pname = "tellico";
version = "3.5";
version = "3.5.1";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "office";
repo = pname;
rev = "v${version}";
hash = "sha256-uMq/iqPAbjR85wkgqUS1pk2BL/eatNFpyKcagjN5rJ4=";
hash = "sha256-opg4FbfOM48eqWQUJnMHH7KSo6x4S2DHd7ucPw6iTzg=";
};
postPatch = ''