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

cdecl: 18.4.2 -> 18.5 (#422516)

parents a54c5b72 c6a68552
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cdecl";
  version = "18.4.2";
  version = "18.5";

  src = fetchFromGitHub {
    owner = "paul-j-lucas";
    repo = "cdecl";
    tag = "cdecl-${finalAttrs.version}";
    hash = "sha256-adM+EoumgZs207WpqMHG09RknC3gcaaemqPCZF3P6gU=";
    hash = "sha256-cC098+W8cbcumBv+3ZFwGYXmens4u0aQSx5Lvw6maYM=";
  };

  strictDeps = true;