mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 02:08:14 +02:00
packages: Update osu-backgrounds
This commit is contained in:
parent
3ef29d27c2
commit
bd1fc2b6f6
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "osu-backgrounds";
|
pname = "osu-backgrounds";
|
||||||
version = "2024-03-30";
|
version = "2024-07-15";
|
||||||
|
|
||||||
srcs = [
|
srcs = [
|
||||||
(fetchzip {
|
(fetchzip {
|
||||||
@ -196,6 +196,13 @@ stdenvNoCC.mkDerivation {
|
|||||||
hash = "sha256-xGAj45J6F4V8E0BdI0w6xdfxmbQVH9nGwyvCusTWkUg=";
|
hash = "sha256-xGAj45J6F4V8E0BdI0w6xdfxmbQVH9nGwyvCusTWkUg=";
|
||||||
stripRoot = false;
|
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 = ".";
|
sourceRoot = ".";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user