qir-runner: 0.8.2 -> 0.8.3

This commit is contained in:
R. Ryantm 2025-07-12 01:55:48 +00:00
parent bcef7b3978
commit f401f61e99

View File

@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "qir-runner"; pname = "qir-runner";
version = "0.8.2"; version = "0.8.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "qir-alliance"; owner = "qir-alliance";
repo = "qir-runner"; repo = "qir-runner";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-KskBPvRlTw4ITuoAXyY+CyFfgTW0RtbLWDa97ftFOTA="; hash = "sha256-k93I/DE8Jx0DbloBVNhKKay/L26H5TPX5yvkHKe/yBg=";
}; };
nativeBuildInputs = [ llvmPackages_19.llvm ]; nativeBuildInputs = [ llvmPackages_19.llvm ];
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
]; ];
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-3Ww5PEvk1CqiJTqEUdinmcAfcHLQjctrlM4F3BPBWQw="; cargoHash = "sha256-U/9oDOPhlSL1ViW1n5C4MWRvUvU4c/cuATLNIx7FkiM=";
meta = { meta = {
description = "QIR bytecode runner to assist with QIR development and validation"; description = "QIR bytecode runner to assist with QIR development and validation";