Commit eebc6154 authored by OPNA2608's avatar OPNA2608
Browse files

wlcs: 1.6.1 -> 1.7.0

parent ae9397e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;