Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cdecl: 18.4.1 -> 18.4.2

R. Ryantm a13e52ca 81c8dee7

+2 -2
+2 -2
pkgs/by-name/cd/cdecl/package.nix
··· 11 11 12 12 stdenv.mkDerivation (finalAttrs: { 13 13 pname = "cdecl"; 14 - version = "18.4.1"; 14 + version = "18.4.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "paul-j-lucas"; 18 18 repo = "cdecl"; 19 19 tag = "cdecl-${finalAttrs.version}"; 20 - hash = "sha256-GtNB55zFIpt6yYE3olC3yQr2RLsS9AMewzJKDcb67GM="; 20 + hash = "sha256-adM+EoumgZs207WpqMHG09RknC3gcaaemqPCZF3P6gU="; 21 21 }; 22 22 23 23 strictDeps = true;