nostr-rs-relay: 0.8.13 -> 0.8.13-unstable-2024-08-14 (#339079)
This commit is contained in:
parent
412b448dba
commit
29c6f3420b
@ -11,15 +11,15 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nostr-rs-relay";
|
pname = "nostr-rs-relay";
|
||||||
version = "0.8.13";
|
version = "0.8.13-unstable-2024-08-14";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "scsibug";
|
owner = "scsibug";
|
||||||
repo = "nostr-rs-relay";
|
repo = "nostr-rs-relay";
|
||||||
rev = version;
|
rev = "5a2189062560709b641bb13bedaca2cd478b4403";
|
||||||
hash = "sha256-YgYi387b1qlGpjupqgGuLx8muHJ1iMx1sH82UW3TsQg=";
|
hash = "sha256-ZUndTcLGdAODgSsIqajlNdaEYbYWame0vFRBVmRFzKw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-CwyX8VlzH/y5LZtaMDd/4yWGCZLczc9bW4AqUzQFFKU=";
|
cargoHash = "sha256-+agmlg6tAnEJ5o586fUY7V4fdNScDPKCbaZqt7R3gqg=";
|
||||||
|
|
||||||
buildInputs = [ openssl.dev ]
|
buildInputs = [ openssl.dev ]
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
|
Loading…
Reference in New Issue
Block a user