Unverified Commit 4b01682a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #249360 from r-ryantm/auto-update/libdigidocpp

libdigidocpp: 3.15.0 -> 3.16.0
parents 5e964530 c92c9601
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@
, xercesc, xml-security-c, pkg-config, xsd, zlib, xalanc, xxd }:

stdenv.mkDerivation rec {
  version = "3.15.0";
  version = "3.16.0";
  pname = "libdigidocpp";

  src = fetchurl {
     url = "https://github.com/open-eid/libdigidocpp/releases/download/v${version}/libdigidocpp-${version}.tar.gz";
     hash = "sha256-CNHBPeodU2EzvmQBa9KI+1vGuuD25gSwdU9dVhVG04Q=";
     hash = "sha256-XgObeVQJ2X7hNIelGK55RTtkKvU6D+RkLMc24/PZCzY=";
  };

  nativeBuildInputs = [ cmake pkg-config xxd ];