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

nco: 5.1.5 -> 5.1.6
This commit is contained in:
Weijia Wang 2023-05-16 23:39:45 +03:00 committed by GitHub
commit 157cce5ca4
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.1.5";
version = "5.1.6";
src = fetchFromGitHub {
owner = "nco";
repo = "nco";
rev = version;
sha256 = "sha256-L1aAACWDVrPdl8IHSpch3l8EhdjAxOcUAZchKMYKWqY=";
sha256 = "sha256-h5HL3fe3pdj48UeL5TKunSr7PvKf26AOOOcQh77W9sk=";
};
nativeBuildInputs = [ flex which antlr2 ];