Merge pull request #201186 from Luflosi/update/iina

iina: 1.3.0 -> 1.3.1
This commit is contained in:
Bobby Rong
2022-11-20 11:33:34 +08:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "iina";
version = "1.3.0";
version = "1.3.1";
src = fetchurl {
url = "https://github.com/iina/iina/releases/download/v${version}/IINA.v${version}.dmg";
sha256 = "sha256-tQxBaCgAXh7sDcgGbJYe/MOJ5r4aWllVQepi1I0xo5E=";
sha256 = "sha256-xkZkKiiEywUWkiFw4PbUmQsStB1iRLCNU/MY27lRjC8=";
};
nativeBuildInputs = [ undmg ];