Merge pull request #242290 from Luflosi/update/iina

iina: 1.3.1 -> 1.3.2
This commit is contained in:
Nick Cao 2023-07-09 17:06:30 +08:00 committed by GitHub
commit ee45e79c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "iina";
version = "1.3.1";
version = "1.3.2";
src = fetchurl {
url = "https://github.com/iina/iina/releases/download/v${version}/IINA.v${version}.dmg";
sha256 = "sha256-xkZkKiiEywUWkiFw4PbUmQsStB1iRLCNU/MY27lRjC8=";
hash = "sha256-yieAcMc3rqoURsAcc8iAbe1pohlAU3r76FsgUeiNTP8=";
};
nativeBuildInputs = [ undmg ];