Unverified Commit d57f911f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

nco: 5.3.0 -> 5.3.2 (#373449)

parents 7584582a 594df168
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "nco";
  version = "5.3.0";
  version = "5.3.2";

  src = fetchFromGitHub {
    owner = "nco";
    repo = "nco";
    rev = finalAttrs.version;
    hash = "sha256-ACXz+Rd80qejtKqjJMs35l6HwojnFEDtLMinH4DmnTg=";
    hash = "sha256-p7GUUgMlZFnJ5kA3x4QpcVmQUQNsjMr2Q8Mrzf6k54Q=";
  };

  nativeBuildInputs = [