Skip to content

Commit

Permalink
inlyne: 0.4.2 -> 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored and alyssais committed Aug 31, 2024
1 parent ee7e849 commit f89e865
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/misc/inlyne/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "inlyne";
version = "0.4.2";
version = "0.4.3";

src = fetchFromGitHub {
owner = "trimental";
owner = "Inlyne-Project";
repo = pname;
rev = "v${version}";
hash = "sha256-Kae8WnahA/6k6QT5htYU2+diAFkmxVsbVaxRUlhf39o=";
hash = "sha256-j4DEau7LZxIoVIIYwCUgqmkSgdRxWzF5/vOS0lvjgUk=";
};

cargoHash = "sha256-M6daK2y9HBRDV2wQjw87g1QYOqiJBfRf9uW1Eg6z6C8=";
cargoHash = "sha256-fMovzaP+R0CUwJy1HKATH2tPrIPwzGtubF1WHUoQDRY=";

nativeBuildInputs = [
installShellFiles
Expand Down Expand Up @@ -65,8 +65,8 @@ rustPlatform.buildRustPackage rec {

meta = with lib; {
description = "GPU powered browserless markdown viewer";
homepage = "https://github.com/trimental/inlyne";
changelog = "https://github.com/trimental/inlyne/releases/tag/${src.rev}";
homepage = "https://github.com/Inlyne-Project/inlyne";
changelog = "https://github.com/Inlyne-Project/inlyne/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
mainProgram = "inlyne";
Expand Down

0 comments on commit f89e865

Please sign in to comment.