rt: 4.4.2 -> 4.4.3 (#44685)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rt/versions.
This commit is contained in:
R. RyanTM 2018-08-08 06:33:41 -07:00 committed by xeji
parent 1b563cc104
commit aec2a6d8e0

View file

@ -33,11 +33,11 @@
stdenv.mkDerivation rec {
name = "rt-${version}";
version = "4.4.2";
version = "4.4.3";
src = fetchurl {
url = "https://download.bestpractical.com/pub/rt/release/${name}.tar.gz";
sha256 = "0s5ykc5imcii66zkzcb8lf8adkr8zlbc2ikcpkaxzcccikhndqxj";
sha256 = "1cddgp3j7qm7r3v5j1l1hl6i6laxa64f4nalaarj094hmhyb92kk";
};
patches = [ ./override-generated.patch ];