rt: 5.0.3 -> 5.0.5
This commit is contained in:
parent
2f7a563295
commit
75224f4300
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rt";
|
||||
version = "5.0.3";
|
||||
version = "5.0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = pname;
|
||||
rev = "${pname}-${version}";
|
||||
owner = "bestpractical";
|
||||
hash = "sha256-ZitlueLEbV3mGJg0aDrLa5IReJiOVaEf+JicbA9zUS4=";
|
||||
hash = "sha256-4E6xEk1sIiNBKJT4jD+SNK8Fs+hX8EuTv+jD1U1g6qY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||
GD
|
||||
GDGraph
|
||||
GnuPGInterface
|
||||
GraphViz
|
||||
GraphViz2
|
||||
HTMLFormatExternal
|
||||
HTMLFormatTextWithLinks
|
||||
HTMLFormatTextWithLinksAndTables
|
||||
|
|
Loading…
Reference in a new issue