3
0
Fork 0
forked from mirrors/nixpkgs

higan: v098 -> v099

This commit is contained in:
AndersonTorres 2016-06-25 12:19:01 -03:00
parent 7060eaf0bb
commit 6c252964fc

View file

@ -11,12 +11,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "higan-${version}";
version = "098";
version = "099";
sourceName = "higan_v${version}-source";
src = fetchurl {
urls = [ "http://download.byuu.org/${sourceName}.7z" ];
sha256 = "0qphvjfv17dbmzgb4pny2q6ln0lsgzyhalq6qyqxc3qwm4fzdjv1";
sha256 = "11lfsas1ym3xwb1rc27z1skvb4m176swix9dih4rvnlqxkqz4qhw";
curlOpts = "--user-agent 'Mozilla/5.0'"; # the good old user-agent trick...
};