inlyne: 0.4.2 -> 0.4.3
This commit is contained in:
parent
ee7e849d1d
commit
f89e86506d
@ -15,16 +15,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "inlyne";
|
pname = "inlyne";
|
||||||
version = "0.4.2";
|
version = "0.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "trimental";
|
owner = "Inlyne-Project";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Kae8WnahA/6k6QT5htYU2+diAFkmxVsbVaxRUlhf39o=";
|
hash = "sha256-j4DEau7LZxIoVIIYwCUgqmkSgdRxWzF5/vOS0lvjgUk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-M6daK2y9HBRDV2wQjw87g1QYOqiJBfRf9uW1Eg6z6C8=";
|
cargoHash = "sha256-fMovzaP+R0CUwJy1HKATH2tPrIPwzGtubF1WHUoQDRY=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
installShellFiles
|
installShellFiles
|
||||||
@ -65,8 +65,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GPU powered browserless markdown viewer";
|
description = "GPU powered browserless markdown viewer";
|
||||||
homepage = "https://github.com/trimental/inlyne";
|
homepage = "https://github.com/Inlyne-Project/inlyne";
|
||||||
changelog = "https://github.com/trimental/inlyne/releases/tag/${src.rev}";
|
changelog = "https://github.com/Inlyne-Project/inlyne/releases/tag/${src.rev}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ figsoda ];
|
maintainers = with maintainers; [ figsoda ];
|
||||||
mainProgram = "inlyne";
|
mainProgram = "inlyne";
|
||||||
|
Loading…
Reference in New Issue
Block a user