Skip to content

Commit 1a594c1

Browse files
authored
Merge pull request #334993 from r-ryantm/auto-update/cdecl
cdecl: 18.2 -> 18.3
2 parents e79eea6 + 4de6639 commit 1a594c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cd/cdecl/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "cdecl";
14-
version = "18.2";
14+
version = "18.3";
1515

1616
src = fetchFromGitHub {
1717
owner = "paul-j-lucas";
1818
repo = "cdecl";
1919
rev = "refs/tags/cdecl-${finalAttrs.version}";
20-
hash = "sha256-6mj5M4SI0TG+N4exu3xdAqh8a98VOFtS1DbuRIYmW+Y=";
20+
hash = "sha256-w6n/7oAl6D7cBG/YIauhjFjHs+ygF3ugKWv0lgY1G9Q=";
2121
};
2222

2323
strictDeps = true;

0 commit comments

Comments
 (0)