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

nco: 5.0.6 -> 5.1.4
This commit is contained in:
Weijia Wang 2023-01-23 07:42:33 +01:00 committed by GitHub
commit fa29e5f95d
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.6";
version = "5.1.4";
src = fetchFromGitHub {
owner = "nco";
repo = "nco";
rev = version;
sha256 = "sha256-LmxHgSBBqXK5M4KOthd8R+H5EY3O5lueb2gnw5mK8Xw=";
sha256 = "sha256-M2GP92SIs4B92Re8McGKIIjQJ+qXAr/TwDtFKcH/zsk=";
};
nativeBuildInputs = [ flex which antlr2 ];