3
0
Fork 0
forked from mirrors/nixpkgs

Update pkgs/development/libraries/libdigidocpp/default.nix

Co-authored-by: QuantMint <quantmint@protonmail.com>
This commit is contained in:
Florian Klink 2022-07-22 14:09:33 +07:00 committed by GitHub
parent 270d040cdc
commit 3a3cfc0d66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/open-eid/libdigidocpp/releases/download/v${version}/libdigidocpp-${version}.tar.gz";
sha256 = "sha256-n/+R4ho1Qcft3YSKE12oxZjbFHAsUDwoLFNuk5GXf5c=";
hash = "sha256-n/+R4ho1Qcft3YSKE12oxZjbFHAsUDwoLFNuk5GXf5c=";
};
nativeBuildInputs = [ cmake pkg-config xxd ];