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

libx86emu: 2.4 -> 2.6
This commit is contained in:
Daniel Schaefer 2020-02-15 20:36:13 +01:00 committed by GitHub
commit d5d0cc5b01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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