mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-23 19:21:40 +02:00
ringracers: 2.0 -> 2.1
This commit is contained in:
parent
77c98aba80
commit
65dee126ec
@ -19,19 +19,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "ringracers";
|
pname = "ringracers";
|
||||||
version = "2.0";
|
version = "2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KartKrewDev";
|
owner = "KartKrewDev";
|
||||||
repo = "RingRacers";
|
repo = "RingRacers";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-fiKZg/WU8PRyR8RggYHSL0rVUBeFuuQdEKyIj/O0aN4=";
|
hash = "sha256-iK0+1B9+cqOaZ87ON72ituBmilHyjiRIos1AcOt0iJ0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
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-qTWDp5jfpBtEcYmzsxeE6XaohjCjSl/x8eXxnIdhCxY=";
|
hash = "sha256-qNG36aEUealHSgqqZ1I51UWkOoefxKJQNWLt9QCE6yc=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user