lol

umu-launcher-unwrapped: 1.2.7 -> 1.2.9

diniamo eeeb10f9 d8954dfb

+2 -2
+2 -2
pkgs/by-name/um/umu-launcher-unwrapped/package.nix
··· 13 13 }: 14 14 python3Packages.buildPythonPackage rec { 15 15 pname = "umu-launcher-unwrapped"; 16 - version = "1.2.7"; 16 + version = "1.2.9"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "Open-Wine-Components"; 20 20 repo = "umu-launcher"; 21 21 tag = version; 22 - hash = "sha256-G8UZvQ/pidh93FSsYq1dY0FTESWbksKAd9OU5Sxvv4I="; 22 + hash = "sha256-nqI2XmMS28dvYrgD9kh7Xc510CvG7ifIybj+HlrU3qI="; 23 23 }; 24 24 25 25 cargoDeps = rustPlatform.fetchCargoVendor {