Merge pull request #236867 from r-ryantm/auto-update/liboqs

liboqs: 0.7.2 -> 0.8.0
This commit is contained in:
Weijia Wang 2023-06-11 22:15:04 +03:00 committed by GitHub
commit 00e9696ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "liboqs";
version = "0.7.2";
version = "0.8.0";
src = fetchFromGitHub {
owner = "open-quantum-safe";
repo = pname;
rev = version;
sha256 = "sha256-cwrTHj/WFDZ9Ez2FhjpRhEx9aC5xBnh7HR/9T+zUpZc=";
sha256 = "sha256-h3mXoGRYgPg0wKQ1u6uFP7wlEUMQd5uIBt4Hr7vjNtA=";
};
nativeBuildInputs = [ cmake ];