umu-launcher-unwrapped: 1.2.7 -> 1.2.9
This commit is contained in:
@@ -13,13 +13,13 @@
|
|||||||
}:
|
}:
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
pname = "umu-launcher-unwrapped";
|
pname = "umu-launcher-unwrapped";
|
||||||
version = "1.2.7";
|
version = "1.2.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Open-Wine-Components";
|
owner = "Open-Wine-Components";
|
||||||
repo = "umu-launcher";
|
repo = "umu-launcher";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-G8UZvQ/pidh93FSsYq1dY0FTESWbksKAd9OU5Sxvv4I=";
|
hash = "sha256-nqI2XmMS28dvYrgD9kh7Xc510CvG7ifIybj+HlrU3qI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||||
|
|||||||
Reference in New Issue
Block a user