mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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:
parent
0c19eb6916
commit
5eb4f4936d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user