powerstat: 0.02.19 -> 0.02.20

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
This commit is contained in:
R. RyanTM 2019-08-20 02:22:23 -07:00
parent ffbb4d26f9
commit 64efce4f05

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "powerstat";
version = "0.02.19";
version = "0.02.20";
src = fetchurl {
url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.gz";
sha256 = "0yh6l2mx5gfdgrfx406hxbi03c12cgi29pwlzgdfrpz6zs2icaw5";
sha256 = "1qsxk055pfjqnd9w4nx6js7a8bzvq6nfjiwjs4h9ik6jlsrhb4v7";
};
installFlags = [ "DESTDIR=${placeholder "out"}" ];