nco: 5.0.3 -> 5.0.4

(#149401)
This commit is contained in:
R. RyanTM 2022-01-01 14:05:19 -08:00 committed by GitHub
parent 6a73381c30
commit 04ac189b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];