lol

rt: 5.0.3 -> 5.0.5

+3 -3
+3 -3
pkgs/servers/rt/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "rt"; 5 - version = "5.0.3"; 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 - hash = "sha256-ZitlueLEbV3mGJg0aDrLa5IReJiOVaEf+JicbA9zUS4="; 11 + hash = "sha256-4E6xEk1sIiNBKJT4jD+SNK8Fs+hX8EuTv+jD1U1g6qY="; 12 12 }; 13 13 14 14 patches = [ ··· 57 57 GD 58 58 GDGraph 59 59 GnuPGInterface 60 - GraphViz 60 + GraphViz2 61 61 HTMLFormatExternal 62 62 HTMLFormatTextWithLinks 63 63 HTMLFormatTextWithLinksAndTables