Unverified Commit 769978f3 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

cddlib: 0.94m -> 0.94n (#442114)

parents 2e8fda4f 2471384a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

stdenv.mkDerivation rec {
  pname = "cddlib";
  version = "0.94m";
  version = "0.94n";
  src = fetchFromGitHub {
    owner = "cddlib";
    repo = "cddlib";
    rev = version;
    sha256 = "09s8323h5w9j6mpl1yc6lm770dkskfxd2ayyafkcjllmnncxzfa0";
    sha256 = "sha256-j4gXrxsWWiJH5gZc2ZzfYGsBCMJ7G7SQ1xEgurRWZrQ=";
  };
  buildInputs = [ gmp ];
  nativeBuildInputs = [