qrtool: 0.13.1 -> 0.13.2 (#472713)

This commit is contained in:
Philip Taron
2025-12-20 14:35:03 +00:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "qrtool";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = "sorairolake";
repo = "qrtool";
tag = "v${finalAttrs.version}";
hash = "sha256-ckdtmnUupnKAaspLm/l+nmPNdQ/sFAusQehzWikxq7A=";
hash = "sha256-N/kxis/nLwl+cfmlIC0TzZe0nApp160VXWoWeDtOctU=";
};
cargoHash = "sha256-RGEHsMay7+sjmrKz4g6uFXt6fUFiu0xIjr4fQaARKIM=";
cargoHash = "sha256-PgtVl55gpVsDg3VMuqtQaR7hD2ebL5+ffLNdpHggxfg=";
nativeBuildInputs = [
asciidoctor