Skip to content

Commit 461df58

Browse files
authored
supergfxctl: 5.2.1 -> 5.2.4 (#348451)
2 parents 812640f + 9595565 commit 461df58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/system/supergfxctl/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "supergfxctl";
10-
version = "5.2.1";
10+
version = "5.2.4";
1111

1212
src = fetchFromGitLab {
1313
owner = "asus-linux";
1414
repo = "supergfxctl";
1515
rev = version;
16-
hash = "sha256-gjMLyT3pvQhmjz9SFbYlDAqg+tCX5ORkCkcnyBzO5ws=";
16+
hash = "sha256-ie5JPHBvypUtPStwA/aO4GeQ/qbHTzUJF3T4QuW6JNc=";
1717
};
1818

19-
cargoHash = "sha256-ndugyiAYPDyue2Ajxx22BNvYc9iBTxZqP5OxaqmC7U0=";
19+
cargoHash = "sha256-qZC4axeRnKgUNGDFzmdvN/mwkcqsh8KwLlM6oGT19e8=";
2020

2121
postPatch = ''
2222
substituteInPlace data/supergfxd.service --replace /usr/bin/supergfxd $out/bin/supergfxd

0 commit comments

Comments
 (0)