umu-launcher-unwrapped: 1.2.7 -> 1.2.9

This commit is contained in:
diniamo 2025-07-12 08:30:15 +02:00
parent d8954dfb22
commit eeeb10f9f0

View File

@ -13,13 +13,13 @@
}:
python3Packages.buildPythonPackage rec {
pname = "umu-launcher-unwrapped";
version = "1.2.7";
version = "1.2.9";
src = fetchFromGitHub {
owner = "Open-Wine-Components";
repo = "umu-launcher";
tag = version;
hash = "sha256-G8UZvQ/pidh93FSsYq1dY0FTESWbksKAd9OU5Sxvv4I=";
hash = "sha256-nqI2XmMS28dvYrgD9kh7Xc510CvG7ifIybj+HlrU3qI=";
};
cargoDeps = rustPlatform.fetchCargoVendor {