Unverified Commit 5eb4f493 authored by Daniel McCarney's avatar Daniel McCarney
Browse files

ldmud: 3.6.6 -> 3.6.7

Updates the LDMud game driver from v3.6.6 to v3.6.7. See the upstream
release announcement[0] for more information.

[0]: https://groups.google.com/g/ldmud-talk/c/6MYL6C9E2fA/m/54NWrg07AQAJ
parent 0c19eb69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

stdenv.mkDerivation rec {
  pname = "ldmud";
  version = "3.6.6";
  version = "3.6.7";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    sha256 = "sha256-2TaFt+T9B5Df6KWRQcbhY1E1D6NISb0oqLgyX47f5lI=";
    sha256 = "sha256-PkrjP7tSZMaj61Hsn++7+CumhqFPLbf0+eAI6afP9HA=";
  };

  sourceRoot = "${src.name}/src";