mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-13 16:29:38 +01:00
packages: Update osu-backgrounds
An unfortunate change to the version number, but a necessary one.
This commit is contained in:
parent
a59dbb56e7
commit
e78cd2c9aa
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user