umu-launcher-unwrapped: 1.2.6 -> 1.2.7 (#422875)

Co-authored-by: MattSturgeon <MattSturgeon@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
MattSturgeon
and committed by
GitHub
e0ba322b 90d14631

+3 -3
+3 -3
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.6"; 16 + version = "1.2.7"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "Open-Wine-Components"; 20 20 repo = "umu-launcher"; 21 21 tag = version; 22 - hash = "sha256-DkfB78XhK9CXgN/OpJZTjwHB7IcLC4h2HM/1JW42ZO0="; 22 + hash = "sha256-G8UZvQ/pidh93FSsYq1dY0FTESWbksKAd9OU5Sxvv4I="; 23 23 }; 24 24 25 25 cargoDeps = rustPlatform.fetchCargoVendor { 26 26 inherit src; 27 - hash = "sha256-JhNErFDJsM20BhgIgJSUBeNzAst8f+s1NzpLfl2m2es="; 27 + hash = "sha256-qGkEc4VPShMMNgSB4JmSf7Mq4jEOxEK+BqlR680ZO9k="; 28 28 }; 29 29 30 30 nativeCheckInputs = [