Skip to content

Commit 94bf536

Browse files
cdecl: 18.4.1 -> 18.4.2 (#396833)
2 parents 1f4a897 + a13e52c commit 94bf536

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.4.1";
14+
version = "18.4.2";
1515

1616
src = fetchFromGitHub {
1717
owner = "paul-j-lucas";
1818
repo = "cdecl";
1919
tag = "cdecl-${finalAttrs.version}";
20-
hash = "sha256-GtNB55zFIpt6yYE3olC3yQr2RLsS9AMewzJKDcb67GM=";
20+
hash = "sha256-adM+EoumgZs207WpqMHG09RknC3gcaaemqPCZF3P6gU=";
2121
};
2222

2323
strictDeps = true;

0 commit comments

Comments
 (0)