Commit 4f05fd4b authored by R. RyanTM's avatar R. RyanTM Committed by Florian Klink
Browse files

libdigidocpp: 4.2.1 -> 4.3.0

parent 1598e9d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@
}:

stdenv.mkDerivation rec {
  version = "4.2.1";
  version = "4.3.0";
  pname = "libdigidocpp";

  src = fetchFromGitHub {
    owner = "open-eid";
    repo = "libdigidocpp";
    tag = "v${version}";
    hash = "sha256-YWpehK/Gkb4c81KGbXzZoagTdcE94tSKWLh+BBZ3rKY=";
    hash = "sha256-f5wU3C6NC4op+9Wy+khwNJ6slFyPhq7hZl1Tj5hnYc8=";
  };

  nativeBuildInputs = [