mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
meta(osu-backgrounds): Sort by date
Makes it easier to add new entries and see which ones are missing.
This commit is contained in:
parent
9d2301e84b
commit
b0a774a54d
@ -9,27 +9,9 @@ stdenvNoCC.mkDerivation {
|
||||
|
||||
srcs = [
|
||||
(fetchurl {
|
||||
name = "2022-05-08 A Place To Belong Fanart Contest Finalists.zip";
|
||||
url = "https://assets.ppy.sh/contests/142/APTB2022-Finalists.zip";
|
||||
hash = "sha256-H1dBp4gqbN+aeEo9MhYE5mlvnPwc/mitXI/xI2wwG90=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2022-09-15 15th Anniversary Art Contest Finalists.zip";
|
||||
url = "https://assets.ppy.sh/contests/153/winners/osu15anniversaryfinalists.zip";
|
||||
hash = "sha256-Ye5Bqr5LoM4ZQJ4NMvseR+RQtL2+H4tqW9wNpR6PISw=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2023-05-01 Journey into a Beatmap World Art Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/175/JIBW2023-Winners.zip";
|
||||
hash = "sha256-/cQz5nCH1y42koaRldtNaekVOPENXDLJ51HVzMYKhFY=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2022-10-29 Halloween 2022 Fanart Contest Finalists.zip";
|
||||
url = "https://assets.ppy.sh/contests/154/winners/Halloween2022FanartFinalists.zip";
|
||||
hash = "sha256-7QHg7KPr6g6ntXkfgFDZI+vxbMyYnVpUcG+iq/c9wwk=";
|
||||
name = "2017-04-27 Spring 2017 Fanart Contest Winners.zip";
|
||||
url = "https://files.catbox.moe/nzn2d3.zip";
|
||||
hash = "sha256-1tNiBjOs4aO+UTE5FMEbPSl2p2/qMQMrbr1XONiNelQ=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
@ -38,6 +20,84 @@ stdenvNoCC.mkDerivation {
|
||||
hash = "sha256-IJrUh19IT+dvgfd2/7CuFB3OcnqZuwp1mBDDAhkSgbU=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2018-05-02 Spring 2018 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/64/winners/osu%21%20Spring%20Fanart%202018%20Winners.zip";
|
||||
hash = "sha256-qtGuXVRYVUEbrHxhK7vJPqO1DyhtsGtmi+9qB6H7wi4=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2018-08-09 Summer 2018 Fanart Contest Winners.zip";
|
||||
url = "https://files.catbox.moe/sy7yuq.zip";
|
||||
hash = "sha256-TYupEImxY2EoIgXj4igw7m5S509KCl5dnE216fZ2QF0=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2018-10-23 Halloween 2018 Fanart Contest Winners.zip";
|
||||
url = "https://files.catbox.moe/0ibq8k.zip";
|
||||
hash = "sha256-pMRacfvfL8zy9mNAj8F3VMuPKBUPi8g2ckYyK+rWpsM=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2018-12-12 Winter 2018 Fanart Contest Winners.zip";
|
||||
url = "https://files.catbox.moe/0iv4ib.zip";
|
||||
hash = "sha256-GYfZ7yjRFDV2gWEsKyFakXL/NRtD1KogKg1yf+3Q3/Q=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2019-06-03 Spring 2019 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/78/winners/Spring2019-Winners.zip";
|
||||
hash = "sha256-6SCUR/JgrPBzmyfYlRe0KEuK3sDR+jO4BBKnrQT2sbY=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2019-08-08 Summer 2019 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/79/SummerFanart2019Winners.zip";
|
||||
hash = "sha256-uJcOf9Dn+J0Gtx4Rgbkz2AeJL/1jmJBeCDN9bi+lmQw=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2019-10-30 Halloween 2019 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/81/winners/Halloween2019FanartWinners.zip";
|
||||
hash = "sha256-n6oVvv6oVTXhQ1Xo6MQOwdYNb0s8WBQvz/dBG5uqkJg=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2019-12-10 Winter 2019 Fanart Contest Finalists.zip";
|
||||
url = "https://assets.ppy.sh/contests/82/osu!Winter2019HQ.zip";
|
||||
hash = "sha256-vPJ/lXrcO93+TRCkdxYuIzUXzXNoutqfzSSTkNnROmA=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2020-04-24 Spring Indoors 2020 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/92/winners/winners.zip";
|
||||
hash = "sha256-wMCKtxrYBvv8QNeF7Bs8a77ko1Pphp/wouCVCExy2oc=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2020-07-23 Summer Theme Park 2020 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/107/winners/winners.zip";
|
||||
hash = "sha256-iUUyf8naBUtD6KHMN4uRZ5EzeMTR26yCzRv4j7WY0Eg=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2020-10-11 Halloween 2020 Fanart Contest Finalists.zip";
|
||||
url = "https://assets.ppy.sh/contests/112/Halloween2020Finalists.zip";
|
||||
hash = "sha256-1YV6SbjjhxuX1gaHU/8FNXX4TYjyEto8mAxTc6B7tJE=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2020-12-02 Winter Sports 2020 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/114/winners/WinterSports2020Winners.zip";
|
||||
hash = "sha256-sa0J41XaserkhFspc4IDBUcxN59INIE2y086Ke9N0IM=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2021-05-20 Spring 2021 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/125/winners/SpringFanart2021-Winners.zip";
|
||||
hash = "sha256-vbHoCErTpD8nF1YpT2f1k6Mt1Rb7bN6Oy7FeIIyVN48=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2021-08-23 Summer 2021 Track and Field Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/133/winners/Summer2021TFWinners.zip";
|
||||
@ -57,69 +117,21 @@ stdenvNoCC.mkDerivation {
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2019-12-10 Winter 2019 Fanart Contest Finalists.zip";
|
||||
url = "https://assets.ppy.sh/contests/82/osu!Winter2019HQ.zip";
|
||||
hash = "sha256-vPJ/lXrcO93+TRCkdxYuIzUXzXNoutqfzSSTkNnROmA=";
|
||||
name = "2022-05-08 A Place To Belong Fanart Contest Finalists.zip";
|
||||
url = "https://assets.ppy.sh/contests/142/APTB2022-Finalists.zip";
|
||||
hash = "sha256-H1dBp4gqbN+aeEo9MhYE5mlvnPwc/mitXI/xI2wwG90=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2019-10-30 Halloween 2019 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/81/winners/Halloween2019FanartWinners.zip";
|
||||
hash = "sha256-n6oVvv6oVTXhQ1Xo6MQOwdYNb0s8WBQvz/dBG5uqkJg=";
|
||||
name = "2022-09-15 15th Anniversary Art Contest Finalists.zip";
|
||||
url = "https://assets.ppy.sh/contests/153/winners/osu15anniversaryfinalists.zip";
|
||||
hash = "sha256-Ye5Bqr5LoM4ZQJ4NMvseR+RQtL2+H4tqW9wNpR6PISw=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2020-12-02 Winter Sports 2020 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/114/winners/WinterSports2020Winners.zip";
|
||||
hash = "sha256-sa0J41XaserkhFspc4IDBUcxN59INIE2y086Ke9N0IM=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2021-05-20 Spring 2021 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/125/winners/SpringFanart2021-Winners.zip";
|
||||
hash = "sha256-vbHoCErTpD8nF1YpT2f1k6Mt1Rb7bN6Oy7FeIIyVN48=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2020-10-11 Halloween 2020 Fanart Contest Finalists.zip";
|
||||
url = "https://assets.ppy.sh/contests/112/Halloween2020Finalists.zip";
|
||||
hash = "sha256-1YV6SbjjhxuX1gaHU/8FNXX4TYjyEto8mAxTc6B7tJE=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2020-07-23 Summer Theme Park 2020 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/107/winners/winners.zip";
|
||||
hash = "sha256-iUUyf8naBUtD6KHMN4uRZ5EzeMTR26yCzRv4j7WY0Eg=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2020-04-24 Spring Indoors 2020 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/92/winners/winners.zip";
|
||||
hash = "sha256-wMCKtxrYBvv8QNeF7Bs8a77ko1Pphp/wouCVCExy2oc=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2019-08-08 Summer 2019 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/79/SummerFanart2019Winners.zip";
|
||||
hash = "sha256-uJcOf9Dn+J0Gtx4Rgbkz2AeJL/1jmJBeCDN9bi+lmQw=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2019-06-03 Spring 2019 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/78/winners/Spring2019-Winners.zip";
|
||||
hash = "sha256-6SCUR/JgrPBzmyfYlRe0KEuK3sDR+jO4BBKnrQT2sbY=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2018-05-02 Spring 2018 Fanart Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/64/winners/osu%21%20Spring%20Fanart%202018%20Winners.zip";
|
||||
hash = "sha256-qtGuXVRYVUEbrHxhK7vJPqO1DyhtsGtmi+9qB6H7wi4=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2023-07-27 Beach Episode Art Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/179/winners/BeachEpisode2023Winners.zip";
|
||||
hash = "sha256-c/f+vZ+CmGf+Ov+mpMkuN7ICXCmNFnLfS/9RZLU18s0=";
|
||||
name = "2022-10-29 Halloween 2022 Fanart Contest Finalists.zip";
|
||||
url = "https://assets.ppy.sh/contests/154/winners/Halloween2022FanartFinalists.zip";
|
||||
hash = "sha256-7QHg7KPr6g6ntXkfgFDZI+vxbMyYnVpUcG+iq/c9wwk=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
@ -129,27 +141,15 @@ stdenvNoCC.mkDerivation {
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2018-12-12 Winter 2018 Fanart Contest Winners.zip";
|
||||
url = "https://files.catbox.moe/0iv4ib.zip";
|
||||
hash = "sha256-GYfZ7yjRFDV2gWEsKyFakXL/NRtD1KogKg1yf+3Q3/Q=";
|
||||
name = "2023-05-01 Journey into a Beatmap World Art Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/175/JIBW2023-Winners.zip";
|
||||
hash = "sha256-/cQz5nCH1y42koaRldtNaekVOPENXDLJ51HVzMYKhFY=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2017-04-27 Spring 2017 Fanart Contest Winners.zip";
|
||||
url = "https://files.catbox.moe/nzn2d3.zip";
|
||||
hash = "sha256-1tNiBjOs4aO+UTE5FMEbPSl2p2/qMQMrbr1XONiNelQ=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2018-10-23 Halloween 2018 Fanart Contest Winners.zip";
|
||||
url = "https://files.catbox.moe/0ibq8k.zip";
|
||||
hash = "sha256-pMRacfvfL8zy9mNAj8F3VMuPKBUPi8g2ckYyK+rWpsM=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
name = "2018-08-09 Summer 2018 Fanart Contest Winners.zip";
|
||||
url = "https://files.catbox.moe/sy7yuq.zip";
|
||||
hash = "sha256-TYupEImxY2EoIgXj4igw7m5S509KCl5dnE216fZ2QF0=";
|
||||
name = "2023-07-27 Beach Episode Art Contest Winners.zip";
|
||||
url = "https://assets.ppy.sh/contests/179/winners/BeachEpisode2023Winners.zip";
|
||||
hash = "sha256-c/f+vZ+CmGf+Ov+mpMkuN7ICXCmNFnLfS/9RZLU18s0=";
|
||||
})
|
||||
|
||||
(fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user