nostr-rs-relay: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm
2026-06-01 00:35:39 +00:00
parent db81f2e6d8
commit fd78df9a6f
+3 -3
View File
@@ -11,15 +11,15 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "nostr-rs-relay";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "scsibug";
repo = "nostr-rs-relay";
rev = finalAttrs.version;
hash = "sha256-MS5jgUh9aLAFr4Nnf3Wid+ki0PTfsyob3r16/EXYZ7E=";
hash = "sha256-HNAoCb6NHfSXpz+qDsxeqSiV8ydd4f9/t5JfS5p9af4=";
};
cargoHash = "sha256-hrq9EEUot9painlXVGjIh+NMlrH4iRQ28U3PLGnvYsw=";
cargoHash = "sha256-zLLkAj1Kahkrahru7STSSdyzsLihc3z34c4v5BrFXvU=";
buildInputs = [
openssl.dev