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

tellico: 3.5 -> 3.5.1
This commit is contained in:
Nick Cao 2023-08-01 18:27:55 -06:00 committed by GitHub
commit 2de43cade9
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.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 = ''