Unverified Commit fcb4e6e1 authored by Daniel McCarney's avatar Daniel McCarney
Browse files

mudlet: 4.16.0 -> 4.17.0

Updates Mudlet from v4.16.0 to v4.17.0. See the upstream release
notes[0] for more information.

[0]: https://github.com/Mudlet/Mudlet/releases/tag/Mudlet-4.17.0
parent b58639c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,14 +54,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "mudlet";
  version = "4.16.0";
  version = "4.17.0";

  src = fetchFromGitHub {
    owner = "Mudlet";
    repo = "Mudlet";
    rev = "Mudlet-${version}";
    fetchSubmodules = true;
    hash = "sha256-HrrEbcMv35IGmYD1L1zmdcpYdFM2PLBEqPY+jMJioTA=";
    hash = "sha256-j0d37C1TTb6ggXk1wTaqEcBKwsxE/B7Io90gTkc2q0M=";
  };

  nativeBuildInputs = [