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

cdecl: 18.1 -> 18.2
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-02 23:53:37 +00:00 committed by GitHub
commit 456df9bcc0
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.1";
version = "18.2";
src = fetchFromGitHub {
owner = "paul-j-lucas";
repo = "cdecl";
rev = "refs/tags/cdecl-${finalAttrs.version}";
hash = "sha256-qbb+xBGKNxteGMDcTy+o24EagupiSi/Zf/NLk7jpS0U=";
hash = "sha256-6mj5M4SI0TG+N4exu3xdAqh8a98VOFtS1DbuRIYmW+Y=";
};
strictDeps = true;