Merge pull request #40097 from r-ryantm/auto-update/libx86emu

libx86emu: 1.12 -> 1.14
This commit is contained in:
Jörg Thalheim 2018-05-07 15:00:55 +01:00 committed by GitHub
commit ff13b78133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libx86emu-${version}";
version = "1.12";
version = "1.14";
src = fetchFromGitHub {
owner = "wfeldt";
repo = "libx86emu";
rev = version;
sha256 = "0dlzvwdkk0vc6qf0a0zzbxki3pig1mda8p3fa54rxqaxkwp4mqr6";
sha256 = "120a01jrrd4rwwjfr5f612xq9hbh35c87a6wnqn7zzw3fqydc2lw";
};
nativeBuildInputs = [ perl ];