Skip to content

Commit 8e9a222

Browse files
Update NixOS module to v2.0.1 (#115)
Co-authored-by: GitHub Actions <actions@github.com>
1 parent 502d749 commit 8e9a222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/pkg/nix/module.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let
1111
dmcfg = config.services.displayManager;
1212
desktops = dmcfg.sessionData.desktops;
1313

14-
version = "2.0.0";
14+
version = "2.0.1";
1515
lidmPkg = pkgs.callPackage ./lidm.nix {
1616
inherit pkgs;
1717
config = {
@@ -21,7 +21,7 @@ let
2121
owner = "javalsai";
2222
repo = "lidm";
2323
rev = "v${version}";
24-
sha256 = "sha256-dI1OGndbT6wFAhuGmsPZPqLFvtPREfO/3HqhmlSMpN4=";
24+
sha256 = "sha256-bpUqhD1JSiYRf7w7ylEMXHMvEpnSri1zZSxRQPdZWB4=";
2525
};
2626

2727
xsessions = "${desktops}/share/xsessions";

0 commit comments

Comments
 (0)