packages: Update osu-backgrounds

An unfortunate change to the version number, but a necessary one.
This commit is contained in:
Donovan Glover 2023-10-31 11:23:53 -04:00
parent a59dbb56e7
commit e78cd2c9aa
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 = "2023-07-27";
version = "2023-10-22";
srcs = [
(fetchurl {
@ -151,6 +151,12 @@ stdenvNoCC.mkDerivation {
url = "https://files.catbox.moe/sy7yuq.zip";
hash = "sha256-TYupEImxY2EoIgXj4igw7m5S509KCl5dnE216fZ2QF0=";
})
(fetchurl {
name = "2023-10-22 Halloween 2023 Fanart Contest Finalists.zip";
url = "https://assets.ppy.sh/contests/186/Halloween2023Finalists.zip";
hash = "sha256-PuqK+tz9OXE2KsXIDi59WZ8aGs6V7MFNrlxWs5TYQZY=";
})
];
nativeBuildInputs = [ unar ];