mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-12 05:18:39 +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 {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "osu-backgrounds";
|
pname = "osu-backgrounds";
|
||||||
version = "2023-12-07";
|
version = "2024-03-30";
|
||||||
|
|
||||||
srcs = [
|
srcs = [
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
@ -163,6 +163,12 @@ stdenvNoCC.mkDerivation {
|
|||||||
url = "https://assets.ppy.sh/contests/189/WinterFanart2023Finalists.zip";
|
url = "https://assets.ppy.sh/contests/189/WinterFanart2023Finalists.zip";
|
||||||
hash = "sha256-vFLh8cYQSHAa17/AAW6F11pY+I6Wy/rp+UYboC+GY1M=";
|
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 ];
|
nativeBuildInputs = [ unar ];
|
||||||
|
Loading…
Reference in New Issue
Block a user