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 54d9bb9 + 3e27fe2 commit 64b7f8fCopy full SHA for 64b7f8f
pkgs/by-name/su/supergfxctl/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "supergfxctl";
11
- version = "5.2.4";
+ version = "5.2.7";
12
13
src = fetchFromGitLab {
14
owner = "asus-linux";
15
repo = "supergfxctl";
16
rev = version;
17
- hash = "sha256-ie5JPHBvypUtPStwA/aO4GeQ/qbHTzUJF3T4QuW6JNc=";
+ hash = "sha256-d3jN4i4oHRFDgr5f6y42gahrCfXBPB61T72x6IeiskM=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-Ef4lxuN7s5X/9I7VSub5DZVjQG8DhdMr/7CRtd2x9rs=";
+ cargoHash = "sha256-BM/fcXWyEWjAkqOdj2MItOzKknNUe9HMns30H1n5/xo=";
22
23
postPatch = ''
24
substituteInPlace data/supergfxd.service --replace /usr/bin/supergfxd $out/bin/supergfxd
0 commit comments