about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2023-10-02 17:10:33 -0400
committerDaniel McCarney <daniel@binaryparadox.net>2023-10-02 17:10:33 -0400
commit5eb4f4936d761f6aaf7c4af3adbdbaa40e58c95f (patch)
tree6f587572b6fb270ecd5f1760d2cba51ca2903685 /pkgs/games
parent0c19eb6916ade1024700a42ef72ba69656053f3c (diff)
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
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/ldmud/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/ldmud/default.nix b/pkgs/games/ldmud/default.nix
index e676ce1a5cd7f..41348fa0bcfaa 100644
--- a/pkgs/games/ldmud/default.nix
+++ b/pkgs/games/ldmud/default.nix
@@ -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";