Commit 0d09ef89 authored by R. RyanTM's avatar R. RyanTM
Browse files

nco: 5.1.4 -> 5.1.5

parent b7a30876
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];