summary refs log tree commit diff
path: root/pkgs/os-specific/linux/powerstat
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-08 15:44:36 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-09 00:44:36 +0200
commit7085bc9711c4ff0cb56bf3c4add5cced7ac901ad (patch)
treef33a26c6966524605cdc89683f4b9d062fa4bc35 /pkgs/os-specific/linux/powerstat
parent2c3575d7fe0bf4a6a501dcffbb8a5659bd4e06bb (diff)
downloadnixpkgs-7085bc9711c4ff0cb56bf3c4add5cced7ac901ad.tar
nixpkgs-7085bc9711c4ff0cb56bf3c4add5cced7ac901ad.tar.gz
nixpkgs-7085bc9711c4ff0cb56bf3c4add5cced7ac901ad.tar.bz2
nixpkgs-7085bc9711c4ff0cb56bf3c4add5cced7ac901ad.tar.lz
nixpkgs-7085bc9711c4ff0cb56bf3c4add5cced7ac901ad.tar.xz
nixpkgs-7085bc9711c4ff0cb56bf3c4add5cced7ac901ad.tar.zst
nixpkgs-7085bc9711c4ff0cb56bf3c4add5cced7ac901ad.zip
powerstat: 0.02.16 -> 0.02.17 (#41531)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/powerstat/versions.

These checks were done:

- built on NixOS
- /nix/store/1q7hifi7jvv22y20h3rgp268k1p52cph-powerstat-0.02.17/bin/powerstat passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.02.17 with grep in /nix/store/1q7hifi7jvv22y20h3rgp268k1p52cph-powerstat-0.02.17
- directory tree listing: https://gist.github.com/899a2e562dda36e64002479fff344183
- du listing: https://gist.github.com/5ede1bb4a0659e6dbfdb8882dc2efa39
Diffstat (limited to 'pkgs/os-specific/linux/powerstat')
-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 2d4d8f8266f..5408c4237ec 100644
--- a/pkgs/os-specific/linux/powerstat/default.nix
+++ b/pkgs/os-specific/linux/powerstat/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "powerstat-${version}";
-  version = "0.02.16";
+  version = "0.02.17";
   src = fetchurl {
     url = "http://kernel.ubuntu.com/~cking/tarballs/powerstat/powerstat-${version}.tar.gz";
-    sha256 = "14sx37l40038sjygsnp95542fkbhhc911vd9k5rf85czmvndz29m";
+    sha256 = "1lxzrvwlf6h35i0d8v1yj1ka63i9i0yvv3adhy3pa3fl8arpvycs";
   };
   installFlags = [ "DESTDIR=$(out)" ];
   postInstall = ''