mlv-app: 1.11 -> 1.14

This commit is contained in:
John Titor 2024-04-05 15:46:44 +05:30
parent 433b839ab9
commit 4d151d7a33
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
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;