Skip to content

Commit

Permalink
lilex: 2.200 -> 2.300
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2023
1 parent 2b45a89 commit c5dca24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lilex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ let repository = "https://github.com/mishamyrt/Lilex";

in stdenv.mkDerivation rec {
pname = "lilex";
version = "2.200";
version = "2.300";

src = fetchzip {
url = "${repository}/releases/download/${version}/Lilex.zip";
hash = "sha256-MPQfqCMFMjcAlMos1o4bC+I+cvQYwr2TjI4Q03QeuaQ=";
hash = "sha256-kr/aXrKo5cqhjrpNO+WFXUQxJOqUU9Tjz+Hdf61XSn0=";
stripRoot = false;
};

Expand Down

0 comments on commit c5dca24

Please sign in to comment.