wibo: 0.4.2 -> 0.6.14 (#291723)

authored by Ryan Burns and committed by GitHub a67e90c4 71734a22

+4 -4
+4 -4
pkgs/applications/emulators/wibo/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "wibo"; 12 - version = "0.4.2"; 12 + version = "0.6.14"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "decompals"; 16 16 repo = "wibo"; 17 17 rev = version; 18 - hash = "sha256-oq/i0Hb2y5pwDEvaqSyC4+6LH1oUbvDZ/62l+V3S7Uk="; 18 + hash = "sha256-6YcraHBFWmm8TBfuFHbM9jGvUm9KvTOplJrFSTQkt70="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ ··· 29 29 gc = srcOnly { 30 30 name = "GC_WII_COMPILERS"; 31 31 src = fetchzip { 32 - url = "https://cdn.discordapp.com/attachments/727918646525165659/917185027656286218/GC_WII_COMPILERS.zip"; 33 - hash = "sha256-o+UrmIbCsa74LxtLofT0DKrTRgT0qDK5/V7GsG2Zprc="; 32 + url = "https://files.decomp.dev/compilers_20230715.zip"; 33 + hash = "sha256-IX3byvEUVJB6Rmc+NqO9ZNt1jl95nQpEIqxbHI+uUio="; 34 34 stripRoot = false; 35 35 }; 36 36 meta.license = lib.licenses.unfree;