Skip to content

Commit

Permalink
nostr-rs-relay: 0.8.13 -> 0.8.13-unstable-2024-08-14 (#339079)
Browse files Browse the repository at this point in the history
  • Loading branch information
jurraca authored Sep 3, 2024
1 parent 412b448 commit 29c6f34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/nostr-rs-relay/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

rustPlatform.buildRustPackage rec {
pname = "nostr-rs-relay";
version = "0.8.13";
version = "0.8.13-unstable-2024-08-14";
src = fetchFromGitHub {
owner = "scsibug";
repo = "nostr-rs-relay";
rev = version;
hash = "sha256-YgYi387b1qlGpjupqgGuLx8muHJ1iMx1sH82UW3TsQg=";
rev = "5a2189062560709b641bb13bedaca2cd478b4403";
hash = "sha256-ZUndTcLGdAODgSsIqajlNdaEYbYWame0vFRBVmRFzKw=";
};

cargoHash = "sha256-CwyX8VlzH/y5LZtaMDd/4yWGCZLczc9bW4AqUzQFFKU=";
cargoHash = "sha256-+agmlg6tAnEJ5o586fUY7V4fdNScDPKCbaZqt7R3gqg=";

buildInputs = [ openssl.dev ]
++ lib.optionals stdenv.isDarwin [
Expand Down

0 comments on commit 29c6f34

Please sign in to comment.