rosenpass: unstable-2023-09-28 -> 0.2.1

This commit is contained in:
Ashish SHUKLA 2023-11-19 08:35:13 +05:30
parent 7414e9ee0b
commit 57aeadc00e
No known key found for this signature in database

View file

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