rosenpass: unstable-2023-09-28 -> 0.2.1
This commit is contained in:
parent
7414e9ee0b
commit
57aeadc00e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue