qrtool: 0.10.1 -> 0.10.2
This commit is contained in:
parent
88f163d662
commit
d4b11ca47c
1 changed files with 3 additions and 3 deletions
|
@ -8,16 +8,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "qrtool";
|
pname = "qrtool";
|
||||||
version = "0.10.1";
|
version = "0.10.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sorairolake";
|
owner = "sorairolake";
|
||||||
repo = "qrtool";
|
repo = "qrtool";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-96k3VgxVGuKPLA4rD9B20AigFW03YvedT04UUzzmX38=";
|
sha256 = "sha256-caQoV0qAj2VXbEaYHsGOqCZCVyb4s1JJbBl7H0X5xEI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-nAfW66vasnR0JHhz7n1XGA+OpPavOnGB6D6TfK9cr9Y=";
|
cargoHash = "sha256-V9TopADUGBR0MdOTIq1Tiee3NEzLa76zRq5bjULoLVI=";
|
||||||
|
|
||||||
nativeBuildInputs = [ asciidoctor installShellFiles ];
|
nativeBuildInputs = [ asciidoctor installShellFiles ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue