Skip to content

Commit

Permalink
Update nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Sep 11, 2024
1 parent 84fa069 commit 5ecad94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions home/osu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ let
osu-pkg = with pkgs; with lib;
appimageTools.wrapType2 rec {
pname = "osu-lazer-bin";
version = "2024.817.0";
version = "2024.906.2";
src = fetchurl {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
sha256 = "1qzyfyciyv38flkac6v3ym5vpgr9m9h1z5hg5pz6s9h9gb8q7fq2";
sha256 = "1ddnac72xk9zsi9pmxg72xd3piq6s5hgh7vzb09mh4r5mkfd22fd";
};
extraPkgs = pkgs: with pkgs; [ icu ];

Expand Down

0 comments on commit 5ecad94

Please sign in to comment.