mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
wibo: 0.4.2 -> 0.6.14 (#291723)
This commit is contained in:
commit
a67e90c492
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wibo";
|
pname = "wibo";
|
||||||
version = "0.4.2";
|
version = "0.6.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "decompals";
|
owner = "decompals";
|
||||||
repo = "wibo";
|
repo = "wibo";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-oq/i0Hb2y5pwDEvaqSyC4+6LH1oUbvDZ/62l+V3S7Uk=";
|
hash = "sha256-6YcraHBFWmm8TBfuFHbM9jGvUm9KvTOplJrFSTQkt70=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
gc = srcOnly {
|
gc = srcOnly {
|
||||||
name = "GC_WII_COMPILERS";
|
name = "GC_WII_COMPILERS";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://cdn.discordapp.com/attachments/727918646525165659/917185027656286218/GC_WII_COMPILERS.zip";
|
url = "https://files.decomp.dev/compilers_20230715.zip";
|
||||||
hash = "sha256-o+UrmIbCsa74LxtLofT0DKrTRgT0qDK5/V7GsG2Zprc=";
|
hash = "sha256-IX3byvEUVJB6Rmc+NqO9ZNt1jl95nQpEIqxbHI+uUio=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
meta.license = lib.licenses.unfree;
|
meta.license = lib.licenses.unfree;
|
||||||
|
Loading…
Reference in New Issue
Block a user