Merge pull request #268432 from wahjava/update-rosenpass

rosenpass: unstable-2023-09-28 -> 0.2.1
This commit is contained in:
Mario Rodas 2023-11-19 09:35:21 -05:00 committed by GitHub
commit 10ddf1bfe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "rosenpass";
version = "unstable-2023-09-28";
version = "0.2.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "b15f17133f8b5c3c5175b4cfd4fc10039a4e203f";
hash = "sha256-UXAkmt4VY0irLK2k4t6SW+SEodFE3CbX5cFbsPG0ZCo=";
rev = "v${version}";
hash = "sha256-t5AeJqeV16KCUoBm1GUzj/U6q382CRCR/XG6B2MiBU4=";
};
cargoHash = "sha256-N1DQHkgKgkDQ6DbgQJlpZkZ7AMTqX3P8R/cWr14jK2I=";
cargoHash = "sha256-caYJP3SNpZxtV9y3D62CuzJ5RjMoq98D9W0Fms5E3Nc=";
nativeBuildInputs = [
cmake # for oqs build in the oqs-sys crate