cryptopp: 8.7.0 -> 8.8.0

This commit is contained in:
R. Ryantm 2023-06-28 05:21:40 +00:00
parent dde8c4b5df
commit 0212047fcf

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" ];