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: aeb8726683e6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19908dd99da0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 18, 2020

  1. Copy the full SHA
    58ab512 View commit details

Commits on Nov 27, 2020

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

    libdigidocpp: 3.14.3 -> 3.14.4
    SuperSandro2000 authored Nov 27, 2020
    Copy the full SHA
    19908dd 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.14.3";
version = "3.14.4";
pname = "libdigidocpp";

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

nativeBuildInputs = [ cmake pkgconfig xxd ];