Merge pull request #320136 from trofi/nsncd-update

nsncd: unstable-2024-01-16 -> unstable-2024-03-18
This commit is contained in:
Florian Klink 2024-06-17 11:50:35 +03:00 committed by GitHub
commit 1c66406890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "nsncd";
version = "unstable-2024-01-16";
version = "unstable-2024-03-18";
src = fetchFromGitHub {
owner = "twosigma";
repo = "nsncd";
rev = "f4706786f26d12c533035fb2916be9be5751150b";
hash = "sha256-GbKDWW00eZZwmslkaGIO8hjCyD5xi7h+S2WP6q5ekOQ=";
rev = "7605e330d5a313a8656e6fcaf1c10cd6b5cdd427";
hash = "sha256-Bd7qE9MP5coBCkr70TdoJfwYhQpdrn/zmN4KoARcaMI=";
};
cargoSha256 = "sha256-jAxcyMPDTBFBrG0cuKm0Tm5p/UEnUgTPQKDgqY2yK7w=";
cargoHash = "sha256-i1rmc5wxtc631hZy2oM4d6r7od0w8GrG7+/pdM6Gqco=";
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