qrtool: 0.11.7 -> 0.11.8

This commit is contained in:
R. Ryantm
2025-03-24 09:18:08 +00:00
parent c06d29049f
commit 98a5e8c82b
+3 -3
View File
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "qrtool";
version = "0.11.7";
version = "0.11.8";
src = fetchFromGitHub {
owner = "sorairolake";
repo = "qrtool";
rev = "v${version}";
hash = "sha256-vgAkhEbU/Wm2rUEMqRx4WGSgLI7nZ5+OrGUc91l6+7M=";
hash = "sha256-f/2AaNnojtZMhJod6ukLwEq+Bsu6O2oTD9OWGL8IS80=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-6UeQ1Gs/jA7rHNGnPE5V9rebbsfOR5GrSNOO2FLSra8=";
cargoHash = "sha256-wXs3Y0g+inUU3Qho5UhZOJhNDs65HS6FjPdZQBuwLM0=";
nativeBuildInputs = [
asciidoctor