Unverified Commit 10ddf1bf authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #268432 from wahjava/update-rosenpass

rosenpass: unstable-2023-09-28 -> 0.2.1
parents ac79ff73 57aeadc0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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