libpoly: 0.1.13 -> 0.2.0

R. Ryantm a5b07882 a94100d0

+2 -2
+2 -2
pkgs/by-name/li/libpoly/package.nix
··· 9 10 stdenv.mkDerivation rec { 11 pname = "libpoly"; 12 - version = "0.1.13"; 13 14 src = fetchFromGitHub { 15 owner = "SRI-CSL"; 16 repo = "libpoly"; 17 # they've pushed to the release branch, use explicit tag 18 tag = "v${version}"; 19 - sha256 = "sha256-7aFz+6XJOVEA/Fmi0ywd6rZdTW8sHq8MoHqXR0Hc2o4="; 20 }; 21 22 postPatch = ''
··· 9 10 stdenv.mkDerivation rec { 11 pname = "libpoly"; 12 + version = "0.2.0"; 13 14 src = fetchFromGitHub { 15 owner = "SRI-CSL"; 16 repo = "libpoly"; 17 # they've pushed to the release branch, use explicit tag 18 tag = "v${version}"; 19 + sha256 = "sha256-gE2O1YfiVab/aIqheoMP8GhE+N3yho7kb5EP56pzjW8="; 20 }; 21 22 postPatch = ''