Merge pull request #221759 from r-ryantm/auto-update/nco
nco: 5.1.4 -> 5.1.5
This commit is contained in:
commit
b2b1995c17
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nco";
|
pname = "nco";
|
||||||
version = "5.1.4";
|
version = "5.1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nco";
|
owner = "nco";
|
||||||
repo = "nco";
|
repo = "nco";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-M2GP92SIs4B92Re8McGKIIjQJ+qXAr/TwDtFKcH/zsk=";
|
sha256 = "sha256-L1aAACWDVrPdl8IHSpch3l8EhdjAxOcUAZchKMYKWqY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flex which antlr2 ];
|
nativeBuildInputs = [ flex which antlr2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user