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

cgreen: 1.6.2 -> 1.6.3

authored by R. Ryantm and committed by Anderson Torres 225a6b08 4c83b3cf

+2 -2
+2 -2
pkgs/development/libraries/cgreen/default.nix
··· 6 6 7 7 stdenv.mkDerivation (finalAttrs: { 8 8 pname = "cgreen"; 9 - version = "1.6.2"; 9 + version = "1.6.3"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "cgreen-devs"; 13 13 repo = "cgreen"; 14 14 rev = finalAttrs.version; 15 - sha256 = "sha256-beaCoyDCERb/bdKcKS7dRQHlI0auLOStu3cZr1dhubg="; 15 + sha256 = "sha256-qcOj+NlgbHCYuNsM6ngNI2fNhkCwLL6mIVkNSv9hRE8="; 16 16 }; 17 17 18 18 postPatch = ''