Merge pull request #181502 from mstarzyk/txr-278

txr: 275 -> 278

authored by Robert Scott and committed by GitHub 9f805950 6f884c2f

+3 -3
+3 -3
pkgs/tools/misc/txr/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "txr"; 5 - version = "275"; 5 + version = "278"; 6 6 7 7 src = fetchurl { 8 8 url = "http://www.kylheku.com/cgit/txr/snapshot/${pname}-${version}.tar.bz2"; 9 - sha256 = "sha256-HmykTyh5F49CBa1w7o/HV6Q5Lsx1Qkxe0JBHQdGxVB4="; 9 + sha256 = "sha256-RwPdDQGFL851eegQfMb8xHxC8AP39heSIALXjp/5/cw="; 10 10 }; 11 11 12 12 buildInputs = [ libffi ]; ··· 44 44 license = licenses.bsd2; 45 45 homepage = "http://nongnu.org/txr"; 46 46 maintainers = with lib.maintainers; [ dtzWill ]; 47 - platforms = platforms.linux; # Darwin fails although it should work AFAIK 47 + platforms = platforms.all; 48 48 }; 49 49 }