about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-07-14 09:03:34 -0500
committerGitHub <noreply@github.com>2020-07-14 09:03:34 -0500
commit10bc0f7b8ff53ec2bfa0c0c60a198186e93141e0 (patch)
tree166139a6be0b1cdbf495eaf9d5ebb4546993139e /pkgs/os-specific
parentb79571808c76cc8e5c01e056f52fb3265709cf4d (diff)
parent8babb2f6fbed5dcde9043954edf54ecdb8f256db (diff)
Merge pull request #92835 from r-ryantm/auto-update/powerstat
powerstat: 0.02.23 -> 0.02.24
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/powerstat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/powerstat/default.nix b/pkgs/os-specific/linux/powerstat/default.nix
index dd3b24dd19a23..6020139ad4b4e 100644
--- a/pkgs/os-specific/linux/powerstat/default.nix
+++ b/pkgs/os-specific/linux/powerstat/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "powerstat";
-  version = "0.02.23";
+  version = "0.02.24";
   
   src = fetchurl {
     url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "1yj8ja0hw92wscazxh9vr3qdz24wpw2fgd3w7w088srfzg2aqf3a";
+    sha256 = "0yrc1xi9flxn2mvmzp0b0vd0md5z4p8fd4y8bszc67xy12qiqy0j";
   };
   
   installFlags = [ "DESTDIR=${placeholder "out"}" ];