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
+2 -2
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;