diff --git a/pkgs/applications/misc/inlyne/default.nix b/pkgs/applications/misc/inlyne/default.nix index f896b45187906..661f537d8bef3 100644 --- a/pkgs/applications/misc/inlyne/default.nix +++ b/pkgs/applications/misc/inlyne/default.nix @@ -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 @@ -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";