oqs-provider: 0.7.0 -> 0.8.0 (#369911)

Co-authored-by: Rixxc <Rixxc@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-06 09:33:07 +00:00
committed by GitHub
co-authored by Rixxc
+2 -2
View File
@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "oqs-provider";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "open-quantum-safe";
repo = "oqs-provider";
rev = finalAttrs.version;
hash = "sha256-v7YIE5uzBvQHfi2hqkkRrW0F3K4haZyuoKHxAtRqQDA=";
hash = "sha256-P3UEiWYchHVQ5s3JXHOzaDaN09K62pMYjnrW/gS5x/I=";
};
nativeBuildInputs = [