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

cryptopp: 8.7.0 -> 8.8.0
This commit is contained in:
Weijia Wang 2023-07-03 14:53:11 +03:00 committed by GitHub
commit f5fa8c1024
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.7.0";
version = "8.8.0";
underscoredVersion = lib.strings.replaceStrings ["."] ["_"] version;
src = fetchFromGitHub {
owner = "weidai11";
repo = "cryptopp";
rev = "CRYPTOPP_${underscoredVersion}";
hash = "sha256-KtZXW7+J9a4uKHnK8sqj5WVaIjG3d6tzBBDxa7Wv4AE=";
hash = "sha256-hg7g56bIYaXxB28nAmSQ7EP9NEwd1Psf/2GUtbC27oU=";
};
outputs = [ "out" "dev" ];