mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-11 12:58:49 +01:00
packages: Update osu-backgrounds
Spring is in the air.
This commit is contained in:
parent
e236ab2dae
commit
2e3d395eb3
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user