Skip to content

Commit

Permalink
Merge pull request NixOS#280297 from Luflosi/update/iina
Browse files Browse the repository at this point in the history
iina: 1.3.3 -> 1.3.4
  • Loading branch information
wegank authored Jan 12, 2024
2 parents fb63809 + 6ea201f commit 644fcfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
pname = "iina";
version = "1.3.3";
version = "1.3.4";

src = fetchurl {
url = "https://github.com/iina/iina/releases/download/v${version}/IINA.v${version}.dmg";
hash = "sha256-Sz9sS+07t32+KcEr9tXQlZKEr7Ace1mjX9caOicIiZE=";
hash = "sha256-feUPWtSi/Vsnv1mjGyBgB0wFMxx6r6UzrUratlAo14w=";
};

nativeBuildInputs = [ undmg ];
Expand All @@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
platforms = platforms.darwin;
license = licenses.gpl3;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
mainProgram = "iina";
maintainers = with maintainers; [ arkivm stepbrobd ];
};
}
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5733,8 +5733,6 @@ with pkgs;

ifm = callPackage ../tools/graphics/ifm { };

iina = callPackage ../applications/video/iina { };

ink = callPackage ../tools/misc/ink { };

inklecate = callPackage ../development/compilers/inklecate { };
Expand Down

0 comments on commit 644fcfd

Please sign in to comment.