Unverified Commit 7c14e075 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

libpoly: 0.1.13 -> 0.2.0 (#405708)

parents 7b5b081d a5b07882
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

stdenv.mkDerivation rec {
  pname = "libpoly";
  version = "0.1.13";
  version = "0.2.0";

  src = fetchFromGitHub {
    owner = "SRI-CSL";
    repo = "libpoly";
    # they've pushed to the release branch, use explicit tag
    tag = "v${version}";
    sha256 = "sha256-7aFz+6XJOVEA/Fmi0ywd6rZdTW8sHq8MoHqXR0Hc2o4=";
    sha256 = "sha256-gE2O1YfiVab/aIqheoMP8GhE+N3yho7kb5EP56pzjW8=";
  };

  postPatch = ''