libx86emu: 1.14 -> 2.0 (#44757)

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 2018-08-08 15:21:40 -07:00 committed by xeji
parent 7ccc0e32dc
commit 61bd4d7225

View File

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