qrtool: 0.11.5 -> 0.11.6

This commit is contained in:
R. Ryantm 2024-10-30 09:52:23 +00:00
parent bc68570697
commit 0ece694e95

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "qrtool";
version = "0.11.5";
version = "0.11.6";
src = fetchFromGitHub {
owner = "sorairolake";
repo = "qrtool";
rev = "v${version}";
hash = "sha256-2Msc8VTEzpK5eQHxJxNekj6YSqFRX/DN206hvYshiOg=";
hash = "sha256-ViDlY60iGNBwCDRgKiNKbsFSXozyzqlTzKpd9NCxrv0=";
};
cargoHash = "sha256-wBEimPiht7VN3lQfPlflrG2L47bfNnipK/JmurKqHrg=";
cargoHash = "sha256-Bcu5hyW0uUHkshlBoKNG/NL0XYnrPJa/P8bHdcGjFTc=";
nativeBuildInputs = [
asciidoctor