Skip to content

Commit

Permalink
Update NixOS installation from release 0.3.0 to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vavakado committed Oct 6, 2023
1 parent 22da335 commit 497cfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ binary release of kmonad and packages it in the nix-store:
pkgs = import <nixpkgs> { };
kmonad-bin = pkgs.fetchurl {
url = "https://github.com/kmonad/kmonad/releases/download/0.3.0/kmonad-0.3.0-linux";
sha256 = "4545b0823dfcffe0c4f0613916a6f38a0ccead0fb828c837de54971708bafc0b";
url = "https://github.com/kmonad/kmonad/releases/download/0.4.1/kmonad-0.4.1-linux";
sha256 = "13vs7xq9clgg6pd9gr49h5ljgyg0kc63qd3ghh3dvmi3rkkmi7l3";
};
in
pkgs.runCommand "kmonad" {}
Expand Down

0 comments on commit 497cfda

Please sign in to comment.