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

nco: 5.0.4 -> 5.0.6
This commit is contained in:
Bobby Rong 2022-02-14 16:45:04 +08:00 committed by GitHub
commit ee1e15addc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nco"; pname = "nco";
version = "5.0.4"; version = "5.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nco"; owner = "nco";
repo = "nco"; repo = "nco";
rev = version; rev = version;
sha256 = "sha256-hE3TSfZoKqiUEcLO+Q3xAjhyDPNqoq7+FGlKNpm8hjY="; sha256 = "sha256-LmxHgSBBqXK5M4KOthd8R+H5EY3O5lueb2gnw5mK8Xw=";
}; };
nativeBuildInputs = [ flex which antlr2 ]; nativeBuildInputs = [ flex which antlr2 ];