Merge pull request #61199 from dtzWill/update/viu-0.2.1
viu: 0.1 -> 0.2.1
This commit is contained in:
commit
12939f06b2
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "viu";
|
pname = "viu";
|
||||||
version = "0.1";
|
version = "0.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "atanunq";
|
owner = "atanunq";
|
||||||
repo = "viu";
|
repo = "viu";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1j2sr8mhnbyzm168spzr4mk8gkjlfqh993b80sf2zv2sy83p8gfv";
|
sha256 = "0p4ibvv0qrflqdc2bi9rjn7yhn01ncxrpqpxmh8cbq67rbvm7jnx";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "14pf2xvkk9qqq9qj5agxmfl3npgy6my961yfzv7p977712kdakh3";
|
cargoSha256 = "1h9dm2hhld2079dnx4x5nzkn3ivk6g5ijhv49jxnc200mx4mr1s5";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A command-line application to view images from the terminal written in Rust";
|
description = "A command-line application to view images from the terminal written in Rust";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user