summary refs log tree commit diff
path: root/pkgs/development/libraries/libx86emu
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-07 14:37:30 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-04-07 23:37:30 +0200
commit4cbf06a96f1acc723d582f9e94da3f466c0bac2b (patch)
treec9189dfaeb6e926c2b839c0b35605f765eaca315 /pkgs/development/libraries/libx86emu
parent38ea62c7afbdc2b0963ee1ee94d825459cb20e3c (diff)
libx86emu: 2.1 -> 2.2 (#58716)
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 591a3e451ab34..93f78a7eb8f02 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.1";
+  version = "2.2";
 
   src = fetchFromGitHub {
     owner = "wfeldt";
     repo = "libx86emu";
     rev = version;
-    sha256 = "16k16xcw2w2c69sn04jfdy9fd7cxs463d2rwb948xchyvfla958j";
+    sha256 = "10amjaamd6jfwqxrinsbkqmm6jjrwzyqjp8qy3hm71vkg6fr20gy";
   };
 
   nativeBuildInputs = [ perl ];