tellico: 3.4 -> 3.4.1

+4 -4
+4 -4
pkgs/applications/misc/tellico/default.nix
··· 24 24 25 25 mkDerivation rec { 26 26 pname = "tellico"; 27 - version = "3.4"; 27 + version = "3.4.1"; 28 28 29 29 src = fetchurl { 30 - # version 3.3.0 just uses 3.3 in its name 30 + # version 3.3.0 just uses 3.3 in its file name 31 31 urls = [ 32 32 "https://tellico-project.org/files/tellico-${version}.tar.xz" 33 33 "https://tellico-project.org/files/tellico-${lib.versions.majorMinor version}.tar.xz" 34 34 ]; 35 - sha256 = "sha256-YXMJrAkfehe3ox4WZ19igyFbXwtjO5wxN3bmgP01jPs="; 35 + sha256 = "sha256-+FFN6sO0mvlage8JazyrqNZk4onejz1XJPiOK3gnhWE="; 36 36 }; 37 37 38 38 nativeBuildInputs = [ ··· 63 63 meta = with lib; { 64 64 description = "Collection management software, free and simple"; 65 65 homepage = "https://tellico-project.org/"; 66 - license = with licenses; [ gpl2 gpl3 ]; 66 + license = with licenses; [ gpl2Only gpl3Only lgpl2Only ]; 67 67 maintainers = with maintainers; [ numkem ]; 68 68 platforms = platforms.linux; 69 69 };