Skip to content

Commit

Permalink
wlcs: 1.6.1 -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Dec 28, 2023
1 parent ae9397e commit eebc615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/wlcs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "wlcs";
version = "1.6.1";
version = "1.7.0";

src = fetchFromGitHub {
owner = "MirServer";
repo = "wlcs";
rev = "v${finalAttrs.version}";
hash = "sha256-YYrhcN1BSJISn/7lxu7Db5YaOK+okdHVJuMwqSDzAIU=";
hash = "sha256-BQPRymkbGu4YvTYXTaTMuyP5fHpqMWI4xPwjDRHZNEQ=";
};

strictDeps = true;
Expand Down

0 comments on commit eebc615

Please sign in to comment.