1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

libx86emu: 2.2 -> 2.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libx86emu/versions
This commit is contained in:
R. RyanTM 2019-05-01 01:30:37 -07:00
parent fd2bd6e433
commit 88b63650ca

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libx86emu-${version}";
version = "2.2";
version = "2.3";
src = fetchFromGitHub {
owner = "wfeldt";
repo = "libx86emu";
rev = version;
sha256 = "10amjaamd6jfwqxrinsbkqmm6jjrwzyqjp8qy3hm71vkg6fr20gy";
sha256 = "158mrg9xb0sb4l3s60084j6i7nr90smpsks9f02gbssk495h2k8l";
};
nativeBuildInputs = [ perl ];