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