mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 18:51:22 +02: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 {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "osu-backgrounds";
|
pname = "osu-backgrounds";
|
||||||
version = "2023-07-27";
|
version = "2023-10-22";
|
||||||
|
|
||||||
srcs = [
|
srcs = [
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
@ -151,6 +151,12 @@ stdenvNoCC.mkDerivation {
|
|||||||
url = "https://files.catbox.moe/sy7yuq.zip";
|
url = "https://files.catbox.moe/sy7yuq.zip";
|
||||||
hash = "sha256-TYupEImxY2EoIgXj4igw7m5S509KCl5dnE216fZ2QF0=";
|
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 ];
|
nativeBuildInputs = [ unar ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user