summary refs log tree commit diff
path: root/pkgs/development/libraries/libx86emu/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 02:43:51 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 02:43:51 -0700
commitd813ba2dbf86042d98abf472ead0c251c7a15d73 (patch)
tree7628023a2dcbdc2fb01e6fc2e1b7ddd850c2cec6 /pkgs/development/libraries/libx86emu/default.nix
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-d813ba2dbf86042d98abf472ead0c251c7a15d73.tar
nixlib-d813ba2dbf86042d98abf472ead0c251c7a15d73.tar.gz
nixlib-d813ba2dbf86042d98abf472ead0c251c7a15d73.tar.bz2
nixlib-d813ba2dbf86042d98abf472ead0c251c7a15d73.tar.lz
nixlib-d813ba2dbf86042d98abf472ead0c251c7a15d73.tar.xz
nixlib-d813ba2dbf86042d98abf472ead0c251c7a15d73.tar.zst
nixlib-d813ba2dbf86042d98abf472ead0c251c7a15d73.zip
libx86emu: 1.12 -> 1.14
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/1727e070918ad2877736d62030608e9a
Diffstat (limited to 'pkgs/development/libraries/libx86emu/default.nix')
-rw-r--r--pkgs/development/libraries/libx86emu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libx86emu/default.nix b/pkgs/development/libraries/libx86emu/default.nix
index b745098bd64b..bbaa6b089610 100644
--- a/pkgs/development/libraries/libx86emu/default.nix
+++ b/pkgs/development/libraries/libx86emu/default.nix
@@ -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 ];