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
This commit is contained in:
Daniel McCarney 2023-10-02 17:10:33 -04:00
parent 0c19eb6916
commit 5eb4f4936d
No known key found for this signature in database
GPG Key ID: 08FB2BFC470E75B4

View File

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