Unverified Commit f1f4a258 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

meowpdf: 1.2.0 -> 1.2.1 (#462635)

parents 055beb54 e87eaaec
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "meowpdf";
  version = "1.2.0";
  version = "1.2.1";

  src = fetchFromGitHub {
    owner = "monoamine11231";
    repo = "meowpdf";
    tag = "v${finalAttrs.version}";
    hash = "sha256-2/hg0zXgnJwvQv5WcRc36x1StXVLkl81EmujGj87PKM=";
    hash = "sha256-RwhzPaqV7N6K5fO2ptBgZ2jRifZexpSvh+hJN0seIPc=";
  };

  cargoHash = "sha256-OH+0Pxb4QcRkjT2cOi9GJa5jss1DaMKUzVSmiwyIoAg=";
@@ -27,7 +27,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
    description = "PDF viewer for the Kitty terminal with GUI-like usage and Vim-like keybindings written in Rust";
    homepage = "https://github.com/monoamine11231/meowpdf";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ arthsmn ];
    maintainers = with lib.maintainers; [
      arthsmn
      cafkafk
    ];
    mainProgram = "meowpdf";
    platforms = lib.platforms.linux;
  };