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

Merge pull request #55258 from r-ryantm/auto-update/libtommath

libtommath: 1.0.1 -> 1.1.0

authored by

markuskowa and committed by
GitHub
f8a975e7 d2aa09f2

+2 -2
+2 -2
pkgs/development/libraries/libtommath/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "libtommath-${version}"; 5 - version = "1.0.1"; 5 + version = "1.1.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/libtom/libtommath/releases/download/v${version}/ltm-${version}.tar.xz"; 9 - sha256 = "0sbccdwbkfc680id2fi0x067j23biqcjqilwkk7y9339knrjy0s7"; 9 + sha256 = "1bbyagqzfdbg37k1n08nsqzdf44z8zsnjjinqbsyj7rxg246qilh"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ libtool ];