tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
supergfxctl: 5.1.2 -> 5.2.1
R. Ryantm
2 years ago
14ce6f1c
44c455bf
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
system
supergfxctl
default.nix
+3
-3
pkgs/applications/system/supergfxctl/default.nix
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "supergfxctl";
10
-
version = "5.1.2";
11
12
src = fetchFromGitLab {
13
owner = "asus-linux";
14
repo = "supergfxctl";
15
rev = version;
16
-
hash = "sha256-HJGyjFeN3bq+ArCGfFHAMnjW76wSnNyxPWR0ELcyjLg=";
17
};
18
19
-
cargoSha256 = "sha256-wPqCXbpSYXwsUi1mv9ZBSxdhDgDqsjKxnPzQcURlnDU=";
20
21
postPatch = ''
22
substituteInPlace data/supergfxd.service --replace /usr/bin/supergfxd $out/bin/supergfxd
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "supergfxctl";
10
+
version = "5.2.1";
11
12
src = fetchFromGitLab {
13
owner = "asus-linux";
14
repo = "supergfxctl";
15
rev = version;
16
+
hash = "sha256-gjMLyT3pvQhmjz9SFbYlDAqg+tCX5ORkCkcnyBzO5ws=";
17
};
18
19
+
cargoHash = "sha256-ndugyiAYPDyue2Ajxx22BNvYc9iBTxZqP5OxaqmC7U0=";
20
21
postPatch = ''
22
substituteInPlace data/supergfxd.service --replace /usr/bin/supergfxd $out/bin/supergfxd