nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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.

authored by

R. RyanTM and committed by
xeji
aec2a6d8 1b563cc1

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