nco: 5.0.4 -> 5.0.6

This commit is contained in:
R. Ryantm 2022-02-12 18:08:07 +00:00
parent 19730cdb79
commit 917e5deb6a

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