about summary refs log tree commit diff
path: root/pkgs/development/libraries/libx86emu
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-08 15:21:40 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-09 00:21:40 +0200
commit61bd4d7225742469ed0ada4b4fa27e1559b60cbc (patch)
tree830f45d510a1864748fca649b0926ac323970d0a /pkgs/development/libraries/libx86emu
parent7ccc0e32dc2f846b39e8470aba90f95abdb58015 (diff)
downloadnixlib-61bd4d7225742469ed0ada4b4fa27e1559b60cbc.tar
nixlib-61bd4d7225742469ed0ada4b4fa27e1559b60cbc.tar.gz
nixlib-61bd4d7225742469ed0ada4b4fa27e1559b60cbc.tar.bz2
nixlib-61bd4d7225742469ed0ada4b4fa27e1559b60cbc.tar.lz
nixlib-61bd4d7225742469ed0ada4b4fa27e1559b60cbc.tar.xz
nixlib-61bd4d7225742469ed0ada4b4fa27e1559b60cbc.tar.zst
nixlib-61bd4d7225742469ed0ada4b4fa27e1559b60cbc.zip
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.
Diffstat (limited to 'pkgs/development/libraries/libx86emu')
-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 bbaa6b089610..b0730452db89 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.14";
+  version = "2.0";
 
   src = fetchFromGitHub {
     owner = "wfeldt";
     repo = "libx86emu";
     rev = version;
-    sha256 = "120a01jrrd4rwwjfr5f612xq9hbh35c87a6wnqn7zzw3fqydc2lw";
+    sha256 = "12rlkwnl5zgmmpm6n6cqnkyhkji4jw1d27y8x1krvlpi1z4bjidx";
   };
 
   nativeBuildInputs = [ perl ];