libx86emu: 2.1 -> 2.2 (#58716)

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-04-07 14:37:30 -07:00 committed by xeji
parent 38ea62c7af
commit 4cbf06a96f

View File

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