nco: 5.0.6 -> 5.1.4

This commit is contained in:
R. Ryantm
2023-01-14 05:18:35 +00:00
parent 66bc6e35c9
commit 5a9ca13318
+2 -2
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 ];