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 10 stdenv.mkDerivation rec { 11 pname = "libcint"; 12 - version = "3.0.20"; 13 14 src = fetchFromGitHub { 15 owner = "sunqm"; 16 repo = "libcint"; 17 rev = "v${version}"; 18 - sha256 = "0iqqq568q9sxppr08rvmpyjq0n82pm04x9rxhh3mf20x1ds7ngj5"; 19 }; 20 21 nativeBuildInputs = [ cmake ];
··· 9 10 stdenv.mkDerivation rec { 11 pname = "libcint"; 12 + version = "3.1.1"; 13 14 src = fetchFromGitHub { 15 owner = "sunqm"; 16 repo = "libcint"; 17 rev = "v${version}"; 18 + sha256 = "0z1gavi7aacx68fmyzy90vzv5kff844lnxc6habs6y377dr3rwwy"; 19 }; 20 21 nativeBuildInputs = [ cmake ];