mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +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 {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "qir-runner";
|
pname = "qir-runner";
|
||||||
version = "0.7.6";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qir-alliance";
|
owner = "qir-alliance";
|
||||||
repo = "qir-runner";
|
repo = "qir-runner";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-dvzvLm8omt4Uh/yTisaUcwuom0ZJnV6SwwFfbDNjHvM=";
|
hash = "sha256-ExCIjn5XqDIIYhvEesHRtNZuc4mRr+b9EYE5LNKqNTc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ llvmPackages_19.llvm ];
|
nativeBuildInputs = [ llvmPackages_19.llvm ];
|
||||||
|
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-11+TV+7JLLvoWQIwgc4owUV4jNZcjD6S1uUwD8xWAEI=";
|
cargoHash = "sha256-XzxkSzbjJdJaUmXK2nwd9naIDCsfXiLLlTyf8AFSvzA=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "QIR bytecode runner to assist with QIR development and validation";
|
description = "QIR bytecode runner to assist with QIR development and validation";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue