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

libcint: 3.0.20 -> 3.1.1

+2 -2
+2 -2
pkgs/development/libraries/libcint/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "libcint"; 12 - version = "3.0.20"; 12 + version = "3.1.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "sunqm"; 16 16 repo = "libcint"; 17 17 rev = "v${version}"; 18 - sha256 = "0iqqq568q9sxppr08rvmpyjq0n82pm04x9rxhh3mf20x1ds7ngj5"; 18 + sha256 = "0z1gavi7aacx68fmyzy90vzv5kff844lnxc6habs6y377dr3rwwy"; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ];