libdigidocpp: 4.2.1 -> 4.3.0

This commit is contained in:
R. Ryantm
2025-11-17 13:31:26 +02:00
committed by Florian Klink
parent 1598e9d44a
commit 4f05fd4b6d
+2 -2
View File
@@ -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 = [