Merge pull request #184689 from oxy/patch-1

This commit is contained in:
Sandro 2022-08-03 23:37:41 +02:00 committed by GitHub
commit 0c7a79fb28
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.2.0";
version = "1.3.0";
src = fetchurl {
url = "https://github.com/iina/iina/releases/download/v${version}/IINA.v${version}.dmg";
sha256 = "sha256-kbh+gAVfCXoct6jJGXnetTAzFfIGdVLL5zh/SL/EJzY=";
sha256 = "sha256-tQxBaCgAXh7sDcgGbJYe/MOJ5r4aWllVQepi1I0xo5E=";
};
nativeBuildInputs = [ undmg ];