cdecl: 18.4.2 -> 18.5 (#422516)

This commit is contained in:
Wolfgang Walther 2025-07-11 18:03:55 +00:00 committed by GitHub
commit 4eec7384a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;