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 12 stdenv.mkDerivation (finalAttrs: { 13 pname = "cdecl"; 14 - version = "18.4.1"; 15 16 src = fetchFromGitHub { 17 owner = "paul-j-lucas"; 18 repo = "cdecl"; 19 tag = "cdecl-${finalAttrs.version}"; 20 - hash = "sha256-GtNB55zFIpt6yYE3olC3yQr2RLsS9AMewzJKDcb67GM="; 21 }; 22 23 strictDeps = true;
··· 11 12 stdenv.mkDerivation (finalAttrs: { 13 pname = "cdecl"; 14 + version = "18.4.2"; 15 16 src = fetchFromGitHub { 17 owner = "paul-j-lucas"; 18 repo = "cdecl"; 19 tag = "cdecl-${finalAttrs.version}"; 20 + hash = "sha256-adM+EoumgZs207WpqMHG09RknC3gcaaemqPCZF3P6gU="; 21 }; 22 23 strictDeps = true;