about summary refs log tree commit diff
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 02:14:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 02:14:46 +0000
commit14ce6f1cbe81516cefb6ccb9db8a8f6fe716c9cd (patch)
tree6cfc6159943152bb856da170cce967ba95a3eeee /pkgs/applications/system
parent44c455bfb6dd2dc312d3fe4feb02f357c05f3f8a (diff)
downloadnixlib-14ce6f1cbe81516cefb6ccb9db8a8f6fe716c9cd.tar
nixlib-14ce6f1cbe81516cefb6ccb9db8a8f6fe716c9cd.tar.gz
nixlib-14ce6f1cbe81516cefb6ccb9db8a8f6fe716c9cd.tar.bz2
nixlib-14ce6f1cbe81516cefb6ccb9db8a8f6fe716c9cd.tar.lz
nixlib-14ce6f1cbe81516cefb6ccb9db8a8f6fe716c9cd.tar.xz
nixlib-14ce6f1cbe81516cefb6ccb9db8a8f6fe716c9cd.tar.zst
nixlib-14ce6f1cbe81516cefb6ccb9db8a8f6fe716c9cd.zip
supergfxctl: 5.1.2 -> 5.2.1
Diffstat (limited to 'pkgs/applications/system')
-rw-r--r--pkgs/applications/system/supergfxctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/system/supergfxctl/default.nix b/pkgs/applications/system/supergfxctl/default.nix
index cb05475dd037..4180699155e6 100644
--- a/pkgs/applications/system/supergfxctl/default.nix
+++ b/pkgs/applications/system/supergfxctl/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "supergfxctl";
-  version = "5.1.2";
+  version = "5.2.1";
 
   src = fetchFromGitLab {
     owner = "asus-linux";
     repo = "supergfxctl";
     rev = version;
-    hash = "sha256-HJGyjFeN3bq+ArCGfFHAMnjW76wSnNyxPWR0ELcyjLg=";
+    hash = "sha256-gjMLyT3pvQhmjz9SFbYlDAqg+tCX5ORkCkcnyBzO5ws=";
   };
 
-  cargoSha256 = "sha256-wPqCXbpSYXwsUi1mv9ZBSxdhDgDqsjKxnPzQcURlnDU=";
+  cargoHash = "sha256-ndugyiAYPDyue2Ajxx22BNvYc9iBTxZqP5OxaqmC7U0=";
 
   postPatch = ''
     substituteInPlace data/supergfxd.service --replace /usr/bin/supergfxd $out/bin/supergfxd