mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-04 17:05:39 +02:00
ringracers: 2.2 -> 2.3
This commit is contained in:
parent
e077bb8ff4
commit
25e545ea4b
@ -19,19 +19,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "ringracers";
|
pname = "ringracers";
|
||||||
version = "2.2";
|
version = "2.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KartKrewDev";
|
owner = "KartKrewDev";
|
||||||
repo = "RingRacers";
|
repo = "RingRacers";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-mvRa2Kc9t++IuAXFnplvLKiUQv4uPohay0NG9kr9UQs=";
|
hash = "sha256-X2rSwZOEHtnSJBpu+Xf2vkxGUAZSNSXi6GCuGlM6jhY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
assets = fetchzip {
|
assets = fetchzip {
|
||||||
name = "${finalAttrs.pname}-${finalAttrs.version}-assets";
|
name = "${finalAttrs.pname}-${finalAttrs.version}-assets";
|
||||||
url = "https://github.com/KartKrewDev/RingRacers/releases/download/v${finalAttrs.version}/Dr.Robotnik.s-Ring-Racers-v${finalAttrs.version}-Assets.zip";
|
url = "https://github.com/KartKrewDev/RingRacers/releases/download/v${finalAttrs.version}/Dr.Robotnik.s-Ring-Racers-v${finalAttrs.version}-Assets.zip";
|
||||||
hash = "sha256-Flfrv1vbL8NeN3sxafsHuqPPaxZMgvvohizXefUFoVg=";
|
hash = "sha256-sHeI1E6uNF0gBNd1e1AU/JT9wyZdkCQgYLiMPZqXAVc=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user