Merge pull request #253482 from r-ryantm/auto-update/nostr-rs-relay

nostr-rs-relay: 0.8.9 -> 0.8.12
This commit is contained in:
Weijia Wang 2023-09-06 19:18:35 +02:00 committed by GitHub
commit d8fb98009d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 [