mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
packages: Update osu-backgrounds
This commit is contained in:
parent
341bfea7fa
commit
9c0f97326c
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "osu-backgrounds";
|
pname = "osu-backgrounds";
|
||||||
version = "2023-10-22";
|
version = "2023-12-07";
|
||||||
|
|
||||||
srcs = [
|
srcs = [
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
@ -157,6 +157,12 @@ stdenvNoCC.mkDerivation {
|
|||||||
url = "https://assets.ppy.sh/contests/186/Halloween2023Finalists.zip";
|
url = "https://assets.ppy.sh/contests/186/Halloween2023Finalists.zip";
|
||||||
hash = "sha256-PuqK+tz9OXE2KsXIDi59WZ8aGs6V7MFNrlxWs5TYQZY=";
|
hash = "sha256-PuqK+tz9OXE2KsXIDi59WZ8aGs6V7MFNrlxWs5TYQZY=";
|
||||||
})
|
})
|
||||||
|
|
||||||
|
(fetchurl {
|
||||||
|
name = "2023-12-07 Winter 2023 Fanart Contest Finalists.zip";
|
||||||
|
url = "https://assets.ppy.sh/contests/189/WinterFanart2023Finalists.zip";
|
||||||
|
hash = "sha256-vFLh8cYQSHAa17/AAW6F11pY+I6Wy/rp+UYboC+GY1M=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ unar ];
|
nativeBuildInputs = [ unar ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user