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-05-20 14:21:03 -0700
committerOrivej Desh <orivej@gmx.fr>2018-05-21 08:58:11 +0000
commit415f5ee000e173cf4b037418f24efa9540e8b741 (patch)
treecfc70747d1ee780cb3731831b3c3b7a06a4c633c /pkgs/os-specific/linux/powerstat
parenta58e93bd78d4b0d12d71ecbea9e105a0bc70d444 (diff)
downloadnixpkgs-415f5ee000e173cf4b037418f24efa9540e8b741.tar
nixpkgs-415f5ee000e173cf4b037418f24efa9540e8b741.tar.gz
nixpkgs-415f5ee000e173cf4b037418f24efa9540e8b741.tar.bz2
nixpkgs-415f5ee000e173cf4b037418f24efa9540e8b741.tar.lz
nixpkgs-415f5ee000e173cf4b037418f24efa9540e8b741.tar.xz
nixpkgs-415f5ee000e173cf4b037418f24efa9540e8b741.tar.zst
nixpkgs-415f5ee000e173cf4b037418f24efa9540e8b741.zip
powerstat: 0.02.15 -> 0.02.16
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/r8r2fb581gxng6pkwyvbssyl3w21f2pg-powerstat-0.02.16/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.16 with grep in /nix/store/r8r2fb581gxng6pkwyvbssyl3w21f2pg-powerstat-0.02.16
- directory tree listing: https://gist.github.com/07ed4981848777e18cca2c072d0fb30c
- du listing: https://gist.github.com/5766491662635d4a960a7cd3a4911db0
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 88151fca2f5..2d4d8f8266f 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.15";
+  version = "0.02.16";
   src = fetchurl {
     url = "http://kernel.ubuntu.com/~cking/tarballs/powerstat/powerstat-${version}.tar.gz";
-    sha256 = "0m8662qv77nzbwkdpydiz87kd75cjjajgp30j6mc5padyw65bxxx";
+    sha256 = "14sx37l40038sjygsnp95542fkbhhc911vd9k5rf85czmvndz29m";
   };
   installFlags = [ "DESTDIR=$(out)" ];
   postInstall = ''