packages: Update osu-backgrounds

Spring is in the air.
This commit is contained in:
Donovan Glover 2024-03-30 11:31:06 -04:00
parent e236ab2dae
commit 2e3d395eb3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,7 +5,7 @@
stdenvNoCC.mkDerivation {
pname = "osu-backgrounds";
version = "2023-12-07";
version = "2024-03-30";
srcs = [
(fetchurl {
@ -163,6 +163,12 @@ stdenvNoCC.mkDerivation {
url = "https://assets.ppy.sh/contests/189/WinterFanart2023Finalists.zip";
hash = "sha256-vFLh8cYQSHAa17/AAW6F11pY+I6Wy/rp+UYboC+GY1M=";
})
(fetchurl {
name = "2024-03-30 Spring 2024 Fanart Contest All Entries.zip";
url = "https://assets.ppy.sh/contests/205/Spring2024FanartSubmissions.zip";
hash = "sha256-UraexvnbKy6465YiR7+Chz4cTGEbPMum8CAf08PmM7A=";
})
];
nativeBuildInputs = [ unar ];