nostr-rs-relay: 0.8.9 -> 0.8.12

This commit is contained in:
R. Ryantm 2023-09-05 18:09:08 +00:00
parent c04722cf0c
commit 2074fa8fd2

View file

@ -11,15 +11,15 @@
rustPlatform.buildRustPackage rec {
pname = "nostr-rs-relay";
version = "0.8.9";
version = "0.8.12";
src = fetchFromGitHub {
owner = "scsibug";
repo = "nostr-rs-relay";
rev = version;
hash = "sha256-x5y/d76Qel8FMIlUn8NdwihWebJsNIt2it2vs/Xlk0Q=";
hash = "sha256-3/hd3w06bILcgd7gmmpzky4Sj3exHX5xn3XGrueGDbE=";
};
cargoHash = "sha256-1wgBABgcogHCk183AaTwbbSGk8d8FvlZYvw1//5y93I=";
cargoHash = "sha256-ulCUJ59LSYxzSbMBZcv2/7wDTwTGGGXoHPAZO4rudDE=";
buildInputs = [ openssl.dev ]
++ lib.optionals stdenv.isDarwin [