Merge pull request #301792 from JohnRTitor/mlv-app

mlv-app: 1.11 -> 1.14
This commit is contained in:
Artturi 2024-04-14 19:59:13 +03:00 committed by GitHub
commit 339b8d219a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
mkDerivation rec {
pname = "mlv-app";
version = "1.11";
version = "1.14";
src = fetchFromGitHub {
owner = "ilia3101";
repo = "MLV-App";
rev = "QTv${version}";
sha256 = "0s5sjdxi8a17ddvih4ara7mlb2xrc9xqx52jmhfaca6ng341gi4x";
sha256 = "sha256-RfZXHmWSjZBxNFwQ/bzHppsLS0LauURIdnkAzxAIBcU=";
};
patches = if stdenv.isAarch64 then ./aarch64-flags.patch else null;