From 04ac189b4d8d89ec5f5903a71cccca3e3dece987 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 1 Jan 2022 14:05:19 -0800 Subject: [PATCH] nco: 5.0.3 -> 5.0.4 (#149401) --- pkgs/development/libraries/nco/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/nco/default.nix b/pkgs/development/libraries/nco/default.nix index b90d64c2ffcb..f6ca87a5e96a 100644 --- a/pkgs/development/libraries/nco/default.nix +++ b/pkgs/development/libraries/nco/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "nco"; - version = "5.0.3"; + version = "5.0.4"; src = fetchFromGitHub { owner = "nco"; repo = "nco"; rev = version; - sha256 = "sha256-KrFRBlD3z/sjKIvxmE0s/xCILQmESecilnlUGzDDICw="; + sha256 = "sha256-hE3TSfZoKqiUEcLO+Q3xAjhyDPNqoq7+FGlKNpm8hjY="; }; nativeBuildInputs = [ flex which antlr2 ];