iina: 1.3.3 -> 1.3.4

https://github.com/iina/iina/releases/tag/v1.3.4
This commit is contained in:
Luflosi 2024-01-05 19:32:28 +01:00
parent 60f54bfb1e
commit 6ea201f75e
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -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 ];