packages: Update osu-backgrounds

This commit is contained in:
Donovan Glover 2024-07-15 10:27:48 -04:00
parent 3ef29d27c2
commit bd1fc2b6f6
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 = "2024-03-30";
version = "2024-07-15";
srcs = [
(fetchzip {
@ -196,6 +196,13 @@ stdenvNoCC.mkDerivation {
hash = "sha256-xGAj45J6F4V8E0BdI0w6xdfxmbQVH9nGwyvCusTWkUg=";
stripRoot = false;
})
(fetchzip {
name = "2024-07-15 Aerial Antics Art Contest All Entries";
url = "https://assets.ppy.sh/contests/215/Summer2024FanartSubmissions.zip";
hash = "sha256-K2GYmjmBarJe7FDw+Hc+NIjBRAJDuobZfbFTN7KbHnM=";
stripRoot = false;
})
];
sourceRoot = ".";