libx86emu: 2.6 -> 3.1
This commit is contained in:
parent
79217339d2
commit
f266db2b96
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libx86emu";
|
pname = "libx86emu";
|
||||||
version = "2.6";
|
version = "3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wfeldt";
|
owner = "wfeldt";
|
||||||
repo = "libx86emu";
|
repo = "libx86emu";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1a43xrgxyl1bawcyf4qnvasgjrmnl1npzlz07yz90vyg56x5c102";
|
sha256 = "104xqc6nj9rpi7knl3dfqvasf087hlz2n5yndb1iycw35a6j509b";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "x86 emulation library";
|
description = "x86 emulation library";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
homepage = https://github.com/wfeldt/libx86emu;
|
homepage = "https://github.com/wfeldt/libx86emu";
|
||||||
maintainers = with maintainers; [ bobvanderlinden ];
|
maintainers = with maintainers; [ bobvanderlinden ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue