forked from mirrors/nixpkgs
rt: 4.2.12 -> 4.4.0
This commit is contained in:
parent
0e04a391a0
commit
3b718bd5a0
|
@ -3,12 +3,12 @@
|
|||
stdenv.mkDerivation rec {
|
||||
name = "rt-${version}";
|
||||
|
||||
version = "4.2.12";
|
||||
version = "4.4.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.bestpractical.com/pub/rt/release/${name}.tar.gz";
|
||||
|
||||
sha256 = "0r3jhgfwwhhk654zag42mrai85yrliw9sc0kgabwjvbh173204p2";
|
||||
sha256 = "1hgz50fxv9zdcngww083aqh8vzyk148lm7mcivxflpnsqfw3696x";
|
||||
};
|
||||
|
||||
patches = [ ./override-generated.patch ];
|
||||
|
|
Loading…
Reference in a new issue