tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
rt: 5.0.3 -> 5.0.5
Janne Heß
2 years ago
75224f43
2f7a5632
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
rt
default.nix
+3
-3
pkgs/servers/rt/default.nix
reviewed
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "rt";
5
5
-
version = "5.0.3";
5
5
+
version = "5.0.5";
6
6
7
7
src = fetchFromGitHub {
8
8
repo = pname;
9
9
rev = "${pname}-${version}";
10
10
owner = "bestpractical";
11
11
-
hash = "sha256-ZitlueLEbV3mGJg0aDrLa5IReJiOVaEf+JicbA9zUS4=";
11
11
+
hash = "sha256-4E6xEk1sIiNBKJT4jD+SNK8Fs+hX8EuTv+jD1U1g6qY=";
12
12
};
13
13
14
14
patches = [
···
57
57
GD
58
58
GDGraph
59
59
GnuPGInterface
60
60
-
GraphViz
60
60
+
GraphViz2
61
61
HTMLFormatExternal
62
62
HTMLFormatTextWithLinks
63
63
HTMLFormatTextWithLinksAndTables