wlcs: 1.6.1 -> 1.7.0

This commit is contained in:
OPNA2608 2023-12-28 22:08:28 +01:00
parent ae9397e83b
commit eebc615413

View file

@ -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;