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

cdecl: 16.4.1 -> 17.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-14 08:13:50 +00:00 committed by GitHub
commit 3ed05ce8f6
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 = "16.4.1";
version = "17.0";
src = fetchFromGitHub {
owner = "paul-j-lucas";
repo = "cdecl";
rev = "refs/tags/cdecl-${finalAttrs.version}";
hash = "sha256-QAU/wTVBcSgIuY+fdZUaWGBNGuAvu/xyXuzQUtmn510=";
hash = "sha256-ElMmsFD4VXF6BFjFuuWmgFJaqCPCxpQB7S9tLkeGmMY=";
};
strictDeps = true;