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

tellico: 3.4.5 -> 3.4.6
This commit is contained in:
Weijia Wang 2023-02-11 14:11:50 +01:00 committed by GitHub
commit 123eb77be3
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.5";
version = "3.4.6";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "office";
repo = pname;
rev = "v${version}";
hash = "sha256-XWzSbtyxOkASTwT5b7+hIEwaKe2bEo6ij+CnPbYNEc0=";
hash = "sha256-aHA4DYuxh4vzXL82HRGMPfqS0DGqq/FLMEuhsr4eLko=";
};
postPatch = ''