Merge pull request #263290 from r-ryantm/auto-update/cryptopp

cryptopp: 8.8.0 -> 8.9.0
This commit is contained in:
Weijia Wang 2023-12-06 20:40:00 +01:00 committed by GitHub
commit ea5566eb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "crypto++";
version = "8.8.0";
version = "8.9.0";
underscoredVersion = lib.strings.replaceStrings ["."] ["_"] version;
src = fetchFromGitHub {
owner = "weidai11";
repo = "cryptopp";
rev = "CRYPTOPP_${underscoredVersion}";
hash = "sha256-hg7g56bIYaXxB28nAmSQ7EP9NEwd1Psf/2GUtbC27oU=";
hash = "sha256-HV+afSFkiXdy840JbHBTR8lLL0GMwsN3QdwaoQmicpQ=";
};
outputs = [ "out" "dev" ];