mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
packages: Update osu-backgrounds
This commit is contained in:
parent
3ef29d27c2
commit
bd1fc2b6f6
@ -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 = ".";
|
||||
|
Loading…
Reference in New Issue
Block a user