txr: 278 -> 280

This commit is contained in:
R. Ryantm 2022-08-12 03:29:50 +00:00
parent 4957755660
commit 83d88b7d35

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "txr";
version = "278";
version = "280";
src = fetchurl {
url = "http://www.kylheku.com/cgit/txr/snapshot/${pname}-${version}.tar.bz2";
sha256 = "sha256-RwPdDQGFL851eegQfMb8xHxC8AP39heSIALXjp/5/cw=";
sha256 = "sha256-1iqWerUehLFPM63ZjJYY6xo9oHoNK7ne/a6M3+4L4so=";
};
buildInputs = [ libffi ];