nng: 1.10.1 -> 1.11 (#413447)

This commit is contained in:
OTABI Tomoya
2025-06-14 21:37:14 +09:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "nng";
version = "1.10.1";
version = "1.11";
src = fetchFromGitHub {
owner = "nanomsg";
repo = "nng";
rev = "v${version}";
hash = "sha256-BBYfJ2j2IQkbluR3HQjEh1zFWPgOVX6kfyI0jG741Y4=";
hash = "sha256-yH/iK/DuVff2qby/wk6jJ9Tsmxrl9eMrb9bOxCzvmdA=";
};
nativeBuildInputs = [