Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nnd: 0.19 -> 0.38 (#430224)

authored by Aleksana and committed by GitHub 30b1d365 dac58d7e

Changed files
+2 -2
pkgs
by-name
nn
+2 -2
pkgs/by-name/nn/nnd/package.nix
··· 8 8 in 9 9 rustPlatform.buildRustPackage (finalAttrs: { 10 10 pname = "nnd"; 11 - version = "0.19"; 11 + version = "0.38"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "al13n321"; 15 15 repo = "nnd"; 16 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-DjJDNsyOrDLaMruGLP3arfrCs/7hW24wfjvPncndY+Q="; 17 + hash = "sha256-qs+xpsNC9An4sMoF07tPxLW35qvC0BVsK+EYsIgxAa0="; 18 18 }; 19 19 20 20 cargoHash = "sha256-Iwipxy0xKDyFLMmdB2FQve6DULX+46Pi9rOaK0bDTB0=";