tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
umu-launcher-unwrapped: 1.2.7 -> 1.2.9
diniamo
7 months ago
eeeb10f9
d8954dfb
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
um
umu-launcher-unwrapped
package.nix
+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
16
-
version = "1.2.7";
16
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
22
-
hash = "sha256-G8UZvQ/pidh93FSsYq1dY0FTESWbksKAd9OU5Sxvv4I=";
22
22
+
hash = "sha256-nqI2XmMS28dvYrgD9kh7Xc510CvG7ifIybj+HlrU3qI=";
23
23
};
24
24
25
25
cargoDeps = rustPlatform.fetchCargoVendor {