nng: 1.10.1 -> 1.11

This commit is contained in:
R. Ryantm
2025-06-03 00:30:20 +00:00
parent 3603bcb66c
commit c31f93c9d3
+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 = [