Skip to content

Commit

Permalink
Merge pull request #743 from vavakado/nixos
Browse files Browse the repository at this point in the history
Update NixOS installation guide from 0.3.0 to 0.4.1
  • Loading branch information
slotThe committed Oct 7, 2023
2 parents 22da335 + 497cfda commit 2df98c4
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 2df98c4

Please sign in to comment.