Skip to content

Commit

Permalink
Merge pull request #221759 from r-ryantm/auto-update/nco
Browse files Browse the repository at this point in the history
nco: 5.1.4 -> 5.1.5
  • Loading branch information
wegank authored Mar 19, 2023
2 parents 9edcc89 + 0d09ef8 commit b2b1995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nco/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "nco";
version = "5.1.4";
version = "5.1.5";

src = fetchFromGitHub {
owner = "nco";
repo = "nco";
rev = version;
sha256 = "sha256-M2GP92SIs4B92Re8McGKIIjQJ+qXAr/TwDtFKcH/zsk=";
sha256 = "sha256-L1aAACWDVrPdl8IHSpch3l8EhdjAxOcUAZchKMYKWqY=";
};

nativeBuildInputs = [ flex which antlr2 ];
Expand Down

0 comments on commit b2b1995

Please sign in to comment.