We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 812640f + 9595565 commit 461df58Copy full SHA for 461df58
pkgs/applications/system/supergfxctl/default.nix
@@ -7,16 +7,16 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "supergfxctl";
10
- version = "5.2.1";
+ version = "5.2.4";
11
12
src = fetchFromGitLab {
13
owner = "asus-linux";
14
repo = "supergfxctl";
15
rev = version;
16
- hash = "sha256-gjMLyT3pvQhmjz9SFbYlDAqg+tCX5ORkCkcnyBzO5ws=";
+ hash = "sha256-ie5JPHBvypUtPStwA/aO4GeQ/qbHTzUJF3T4QuW6JNc=";
17
};
18
19
- cargoHash = "sha256-ndugyiAYPDyue2Ajxx22BNvYc9iBTxZqP5OxaqmC7U0=";
+ cargoHash = "sha256-qZC4axeRnKgUNGDFzmdvN/mwkcqsh8KwLlM6oGT19e8=";
20
21
postPatch = ''
22
substituteInPlace data/supergfxd.service --replace /usr/bin/supergfxd $out/bin/supergfxd
0 commit comments