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

cdecl: 18.2 -> 18.3
This commit is contained in:
Sebastián Mancilla 2024-08-20 20:39:13 -04:00 committed by GitHub
commit 1a594c12bf
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.2";
version = "18.3";
src = fetchFromGitHub {
owner = "paul-j-lucas";
repo = "cdecl";
rev = "refs/tags/cdecl-${finalAttrs.version}";
hash = "sha256-6mj5M4SI0TG+N4exu3xdAqh8a98VOFtS1DbuRIYmW+Y=";
hash = "sha256-w6n/7oAl6D7cBG/YIauhjFjHs+ygF3ugKWv0lgY1G9Q=";
};
strictDeps = true;