summary refs log tree commit diff
path: root/pkgs/development/libraries/libx86emu
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 01:30:37 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 01:30:37 -0700
commit88b63650cafcc716b0268ea016d48cd09432679b (patch)
tree32a7ccb32f2b39dc7832f9c43331714a3043cd42 /pkgs/development/libraries/libx86emu
parentfd2bd6e433fee4102b81f7d233febbf26917f078 (diff)
libx86emu: 2.2 -> 2.3
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 93f78a7eb8f02..2e00b5b5ab9cc 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 = "2.2";
+  version = "2.3";
 
   src = fetchFromGitHub {
     owner = "wfeldt";
     repo = "libx86emu";
     rev = version;
-    sha256 = "10amjaamd6jfwqxrinsbkqmm6jjrwzyqjp8qy3hm71vkg6fr20gy";
+    sha256 = "158mrg9xb0sb4l3s60084j6i7nr90smpsks9f02gbssk495h2k8l";
   };
 
   nativeBuildInputs = [ perl ];