libpoly: 0.1.9 -> 0.1.10

+2 -2
+2 -2
pkgs/applications/science/logic/poly/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libpoly"; 5 - version = "0.1.9"; 5 + version = "0.1.10"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "SRI-CSL"; 9 9 repo = "libpoly"; 10 10 # they've pushed to the release branch, use explicit tag 11 11 rev = "refs/tags/v${version}"; 12 - sha256 = "sha256-E2lHo8Bt4ujoGQ623fjkQbqRnDYJYilXdRt4lnF4wJk="; 12 + sha256 = "sha256-22Y4L5NFnCzKwZt0A/ChMuGPU4Dk1Qyke6mdvfN063w="; 13 13 }; 14 14 15 15 # https://github.com/SRI-CSL/libpoly/pull/52