tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tellico: 3.4 -> 3.4.1
Peter Hoeg
4 years ago
1bfabf6f
9971c5d1
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
tellico
default.nix
+4
-4
pkgs/applications/misc/tellico/default.nix
···
24
24
25
25
mkDerivation rec {
26
26
pname = "tellico";
27
27
-
version = "3.4";
27
27
+
version = "3.4.1";
28
28
29
29
src = fetchurl {
30
30
-
# version 3.3.0 just uses 3.3 in its name
30
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
35
-
sha256 = "sha256-YXMJrAkfehe3ox4WZ19igyFbXwtjO5wxN3bmgP01jPs=";
35
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
66
-
license = with licenses; [ gpl2 gpl3 ];
66
66
+
license = with licenses; [ gpl2Only gpl3Only lgpl2Only ];
67
67
maintainers = with maintainers; [ numkem ];
68
68
platforms = platforms.linux;
69
69
};