Compare commits

...

2 commits

Author SHA1 Message Date
Natsu Kagami eb16655d2a
Update youmubot 2024-11-18 13:57:35 +01:00
Natsu Kagami fe98578843
Update osu lazer 2024-11-18 13:53:42 +01:00
2 changed files with 5 additions and 5 deletions

View file

@ -1549,11 +1549,11 @@
"rust-overlay": "rust-overlay_4"
},
"locked": {
"lastModified": 1730740980,
"narHash": "sha256-Z/RLbhlBxdNPZt/DeROPBV7bLQgpmamjcB0rdQrQoNw=",
"lastModified": 1731934405,
"narHash": "sha256-5lRtAsJjjc9BkTbpuhjgMgDpXKYkYcGDydh+xJzDVyU=",
"owner": "natsukagami",
"repo": "youmubot",
"rev": "803d718c7ad34d3780ae6c2911ca0682b2417cc4",
"rev": "a4fab5438bebd9c399f628151958789c7f2454a6",
"type": "github"
},
"original": {

View file

@ -5,10 +5,10 @@ let
osu-pkg = with pkgs; with lib;
appimageTools.wrapType2 rec {
pname = "osu-lazer-bin";
version = "2024.1009.1";
version = "2024.1115.3";
src = fetchurl {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
sha256 = "sha256-2H2SPcUm/H/0D9BqBiTFvaCwd0c14/r+oWhyeZdNpoU=";
sha256 = "sha256-kwZHy0FfOUFIWvyOj0ghlQz05U+Lnzl5TgC4T6bhm7o=";
};
extraPkgs = pkgs: with pkgs; [ icu ];