mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
qir-runner: 0.7.6 -> 0.8.1
This commit is contained in:
parent
917ee0af83
commit
bc7b278f5c
1 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,13 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "qir-runner";
|
||||
version = "0.7.6";
|
||||
version = "0.8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "qir-alliance";
|
||||
repo = "qir-runner";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-dvzvLm8omt4Uh/yTisaUcwuom0ZJnV6SwwFfbDNjHvM=";
|
||||
hash = "sha256-ExCIjn5XqDIIYhvEesHRtNZuc4mRr+b9EYE5LNKqNTc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ llvmPackages_19.llvm ];
|
||||
|
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-11+TV+7JLLvoWQIwgc4owUV4jNZcjD6S1uUwD8xWAEI=";
|
||||
cargoHash = "sha256-XzxkSzbjJdJaUmXK2nwd9naIDCsfXiLLlTyf8AFSvzA=";
|
||||
|
||||
meta = {
|
||||
description = "QIR bytecode runner to assist with QIR development and validation";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue