Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0ce86880ccc0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3eb7f10187e8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 27, 2019

  1. libdigidocpp: 3.13.7 -> 3.14.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/libdigidocpp/versions
    r-ryantm committed Sep 27, 2019
    Copy the full SHA
    5855ba8 View commit details

Commits on Oct 1, 2019

  1. Merge pull request #69651 from r-ryantm/auto-update/libdigidocpp

    libdigidocpp: 3.13.7 -> 3.14.0
    Jon authored Oct 1, 2019
    Copy the full SHA
    3eb7f10 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libdigidocpp/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libdigidocpp/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@
, xercesc, xml-security-c, pkgconfig, xsd, zlib, xalanc, xxd }:

stdenv.mkDerivation rec {
version = "3.13.7";
version = "3.14.0";
pname = "libdigidocpp";

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

nativeBuildInputs = [ cmake pkgconfig xxd ];