Merge pull request #324935 from r-ryantm/auto-update/cdecl

cdecl: 17.0.1 -> 18.0
This commit is contained in:
Weijia Wang 2024-07-07 02:09:21 +02:00 committed by GitHub
commit ba1495e9da
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 = "17.0.1";
version = "18.0";
src = fetchFromGitHub {
owner = "paul-j-lucas";
repo = "cdecl";
rev = "refs/tags/cdecl-${finalAttrs.version}";
hash = "sha256-hzsTtUlxyG5dKmKZKR9lxPHczI0jd06d1RGvb9crbyE=";
hash = "sha256-w/x1cAldQh/aVZ9pjt5Vg8jDwCVtqTiKanXcDA6cpPU=";
};
strictDeps = true;