mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 07:57:44 +00:00
txr: 278 -> 280
This commit is contained in:
parent
4957755660
commit
83d88b7d35
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user