Skip to content

Commit

Permalink
nsncd: unstable-2024-03-18 -> 1.4.1
Browse files Browse the repository at this point in the history
Required to build with Rust 1.80.

Link: rust-lang/rust#127343
  • Loading branch information
alyssais committed Aug 6, 2024
1 parent 8a4b60f commit 09d8b50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/nsncd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "nsncd";
version = "unstable-2024-03-18";
version = "1.4.1";

src = fetchFromGitHub {
owner = "twosigma";
repo = "nsncd";
rev = "7605e330d5a313a8656e6fcaf1c10cd6b5cdd427";
hash = "sha256-Bd7qE9MP5coBCkr70TdoJfwYhQpdrn/zmN4KoARcaMI=";
rev = "v${version}";
hash = "sha256-nTXtIZ/2SBpViCTk3fcv4mUAPjc+DRSEUjSVdNt04A8=";
};

cargoHash = "sha256-i1rmc5wxtc631hZy2oM4d6r7od0w8GrG7+/pdM6Gqco=";
cargoHash = "sha256-S2kshoM9jEgMLcCTydmQN5DM/sGAv2ENPAAFlaGCedI=";
checkFlags = [
# Relies on the test environment to be able to resolve "localhost"
# on IPv4. That's not the case in the Nix sandbox somehow. Works
Expand Down

0 comments on commit 09d8b50

Please sign in to comment.