3
0
Fork 0
forked from mirrors/nixpkgs

tellico: 3.4.6 -> 3.5

This commit is contained in:
R. Ryantm 2023-05-31 12:39:57 +00:00
parent b21becc783
commit 1807be4004

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 = ''