libx86emu: 2.3 -> 2.4

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-09-27 09:43:27 -07:00 committed by Jon
parent 11c93653c7
commit f4f18c3ddb

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libx86emu";
version = "2.3";
version = "2.4";
src = fetchFromGitHub {
owner = "wfeldt";
repo = "libx86emu";
rev = version;
sha256 = "158mrg9xb0sb4l3s60084j6i7nr90smpsks9f02gbssk495h2k8l";
sha256 = "0r55ij8f5mab2kg6kvy5n2bw6avzp75nsxigbzy7dgik9zwsxvr4";
};
nativeBuildInputs = [ perl ];