Skip to content

Commit

Permalink
Merge pull request NixOS#91620 from r-ryantm/auto-update/libdigidocpp
Browse files Browse the repository at this point in the history
libdigidocpp: 3.14.2 -> 3.14.3
  • Loading branch information
nh2 committed Jun 27, 2020
2 parents 0e926ff + c074da0 commit 5a31898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libdigidocpp/default.nix
Expand Up @@ -2,12 +2,12 @@
, xercesc, xml-security-c, pkgconfig, xsd, zlib, xalanc, xxd }:

stdenv.mkDerivation rec {
version = "3.14.2";
version = "3.14.3";
pname = "libdigidocpp";

src = fetchurl {
url = "https://github.com/open-eid/libdigidocpp/releases/download/v${version}/libdigidocpp-${version}.tar.gz";
sha256 = "0d3p72gvnj00bxl6lzh6n5x1r37wj54mzzv700gngcvr3m62lkbv";
sha256 = "1hq1q2frqnm4wxcfr7vn8kqwyfdz3hx22w40kn69zh140pig6jc5";
};

nativeBuildInputs = [ cmake pkgconfig xxd ];
Expand Down

0 comments on commit 5a31898

Please sign in to comment.