lol

Merge pull request #186226 from r-ryantm/auto-update/txr

txr: 278 -> 280

authored by

Jonas Heinrich and committed by
GitHub
44b75c26 94b4b371

+2 -2
+2 -2
pkgs/tools/misc/txr/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "txr"; 5 - version = "278"; 5 + version = "280"; 6 6 7 7 src = fetchurl { 8 8 url = "http://www.kylheku.com/cgit/txr/snapshot/${pname}-${version}.tar.bz2"; 9 - sha256 = "sha256-RwPdDQGFL851eegQfMb8xHxC8AP39heSIALXjp/5/cw="; 9 + sha256 = "sha256-1iqWerUehLFPM63ZjJYY6xo9oHoNK7ne/a6M3+4L4so="; 10 10 }; 11 11 12 12 buildInputs = [ libffi ];