Merge pull request #245568 from Luflosi/update/iina

iina: 1.3.2 -> 1.3.3
This commit is contained in:
Nick Cao 2023-07-26 20:42:43 -06:00 committed by GitHub
commit 66714bb930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "iina";
version = "1.3.2";
version = "1.3.3";
src = fetchurl {
url = "https://github.com/iina/iina/releases/download/v${version}/IINA.v${version}.dmg";
hash = "sha256-rF5yv2QHWVUUsyf/u78jWRn4C629GBJgB/i8YnaKHBk=";
hash = "sha256-Sz9sS+07t32+KcEr9tXQlZKEr7Ace1mjX9caOicIiZE=";
};
nativeBuildInputs = [ undmg ];
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
description = "The modern media player for macOS";
platforms = platforms.darwin;
license = licenses.gpl3;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ arkivm stepbrobd ];
};
}