about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/power-calibrate
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-03 07:53:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-03 07:53:18 +0000
commit12d763cc433734f1905d6abdbdbbccb47f30477c (patch)
tree45a658c061abeaec58357b73ef0917fc4ef3ff47 /pkgs/os-specific/linux/power-calibrate
parent8f2659f142636164b94165df1b396bbf92b23de0 (diff)
power-calibrate: 0.01.35 -> 0.01.36
Diffstat (limited to 'pkgs/os-specific/linux/power-calibrate')
-rw-r--r--pkgs/os-specific/linux/power-calibrate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/power-calibrate/default.nix b/pkgs/os-specific/linux/power-calibrate/default.nix
index 7b8b4683cbd79..d4ae90cddd7cd 100644
--- a/pkgs/os-specific/linux/power-calibrate/default.nix
+++ b/pkgs/os-specific/linux/power-calibrate/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "power-calibrate";
-  version = "0.01.35";
+  version = "0.01.36";
 
   src = fetchFromGitHub {
     owner = "ColinIanKing";
     repo = pname;
     rev = "V${version}";
-    hash = "sha256-6ggxerWWBfjVgkgwLmIv/kPb04JIsJxPcVBrRQAG/ZM=";
+    hash = "sha256-7NKR82waxooB62D59kRmJPqxoVHX9OIWKwLrmzsg9OQ=";
   };
 
   installFlags = [