Merge pull request #235194 from r-ryantm/auto-update/tellico

tellico: 3.4.6 -> 3.5
This commit is contained in:
figsoda 2023-05-31 11:22:43 -04:00 committed by GitHub
commit 8264d949ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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