rt: 4.4.0 -> 4.4.2

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/rt help` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/.rt-ldapimport-wrapped -h` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/.rt-ldapimport-wrapped --help` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/.rt-ldapimport-wrapped help` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/rt-ldapimport -h` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/rt-ldapimport --help` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/rt-ldapimport help` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/rt-test-dependencies help` got 0 exit code
- found 4.4.2 with grep in /nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2

authored by Ryan Mulligan and committed by Frederik Rietdijk dbdca892 38528d6b

+2 -2
+2 -2
pkgs/servers/rt/default.nix
··· 33 stdenv.mkDerivation rec { 34 name = "rt-${version}"; 35 36 - version = "4.4.0"; 37 38 src = fetchurl { 39 url = "https://download.bestpractical.com/pub/rt/release/${name}.tar.gz"; 40 - sha256 = "1hgz50fxv9zdcngww083aqh8vzyk148lm7mcivxflpnsqfw3696x"; 41 }; 42 43 patches = [ ./override-generated.patch ];
··· 33 stdenv.mkDerivation rec { 34 name = "rt-${version}"; 35 36 + version = "4.4.2"; 37 38 src = fetchurl { 39 url = "https://download.bestpractical.com/pub/rt/release/${name}.tar.gz"; 40 + sha256 = "0s5ykc5imcii66zkzcb8lf8adkr8zlbc2ikcpkaxzcccikhndqxj"; 41 }; 42 43 patches = [ ./override-generated.patch ];