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

Merge pull request #272356 from r-ryantm/auto-update/nco

nco: 5.1.8 -> 5.1.9

authored by markuskowa and committed by GitHub 54cdff6a 7180edeb

+2 -2
+2 -2
pkgs/development/libraries/nco/default.nix
··· 15 15 16 16 stdenv.mkDerivation (finalAttrs: { 17 17 pname = "nco"; 18 - version = "5.1.8"; 18 + version = "5.1.9"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "nco"; 22 22 repo = "nco"; 23 23 rev = finalAttrs.version; 24 - hash = "sha256-ASZyvcP9XVFPf7nTsBx5E+D/7fWzUslPZrmhhNY5DzQ="; 24 + hash = "sha256-D7WmJ53oK4craLx6PKAFA6Ue7wl5fRYPeEFeh78Kpdg="; 25 25 }; 26 26 27 27 nativeBuildInputs = [