Merge pull request #258665 from cpu/cpu-ldmud-3.6.7

ldmud: 3.6.6 -> 3.6.7
This commit is contained in:
Mario Rodas
2023-10-04 05:30:30 -05:00
committed by GitHub
+2 -2
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";