inspircdMinimal: 3.13.0 -> 3.14.0

This commit is contained in:
R. Ryantm
2022-08-28 19:04:51 +00:00
parent cef50cde2b
commit cded789fb1
+2 -2
View File
@@ -142,13 +142,13 @@ in
stdenv.mkDerivation rec {
pname = "inspircd";
version = "3.13.0";
version = "3.14.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1d5mnj86x4bk6iygns0cc15w315wrzmqxcq0sc4n75xsg6wwp1zl";
sha256 = "sha256-xrS/lvXHMVdtKta+57Vu4HygAuALFj+odJi8ScyrLGQ=";
};
outputs = [ "bin" "lib" "man" "doc" "out" ];