summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2015-12-23 00:32:06 -0200
committerAndersonTorres <torres.anderson.85@gmail.com>2015-12-23 00:32:06 -0200
commit0ed678a41429cc88ed50e40226ace17f4e9b926a (patch)
treef4735e9450e02f81f58c0d0a9b6d5eb5262f6d5f /pkgs/misc
parent5b10c116169666eb3c648e45d577df39cbe5d61d (diff)
downloadnixpkgs-0ed678a41429cc88ed50e40226ace17f4e9b926a.tar
nixpkgs-0ed678a41429cc88ed50e40226ace17f4e9b926a.tar.gz
nixpkgs-0ed678a41429cc88ed50e40226ace17f4e9b926a.tar.bz2
nixpkgs-0ed678a41429cc88ed50e40226ace17f4e9b926a.tar.lz
nixpkgs-0ed678a41429cc88ed50e40226ace17f4e9b926a.tar.xz
nixpkgs-0ed678a41429cc88ed50e40226ace17f4e9b926a.tar.zst
nixpkgs-0ed678a41429cc88ed50e40226ace17f4e9b926a.zip
Higan: 095 -> 096
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/emulators/higan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/higan/default.nix b/pkgs/misc/emulators/higan/default.nix
index 080805e9df5..5d48f38abd8 100644
--- a/pkgs/misc/emulators/higan/default.nix
+++ b/pkgs/misc/emulators/higan/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     urls = [ "http://download.byuu.org/${sourceName}.7z" ];
-    sha256 = "0xsgyijcf4psi3mlahr5iq7vbbw3jby1if5pkhg8c5xqckpi2fj4";
+    sha256 = "0yc5gwg6dq9iwi2qk3g66wn8j2l55nhdb0311jzmdsh86zcrpvqh";
     curlOpts = "--user-agent 'Mozilla/5.0'"; # the good old user-agent trick...
   };
 
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    version = "095";
+    version = "096";
     description = "An open-source, cycle-accurate Nintendo multi-system emulator";
     longDescription = ''
       Higan (formerly bsnes) is a Nintendo multi-system emulator.