summary refs log tree commit diff
path: root/pkgs/os-specific/linux/eventstat
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 12:35:00 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 12:35:00 -0700
commitbbef10b3b95183ae4b0dde17bd9c029c9cef97e3 (patch)
tree594c8a3e697f7b9c0c96e380e599cf6489bfe8d6 /pkgs/os-specific/linux/eventstat
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixpkgs-bbef10b3b95183ae4b0dde17bd9c029c9cef97e3.tar
nixpkgs-bbef10b3b95183ae4b0dde17bd9c029c9cef97e3.tar.gz
nixpkgs-bbef10b3b95183ae4b0dde17bd9c029c9cef97e3.tar.bz2
nixpkgs-bbef10b3b95183ae4b0dde17bd9c029c9cef97e3.tar.lz
nixpkgs-bbef10b3b95183ae4b0dde17bd9c029c9cef97e3.tar.xz
nixpkgs-bbef10b3b95183ae4b0dde17bd9c029c9cef97e3.tar.zst
nixpkgs-bbef10b3b95183ae4b0dde17bd9c029c9cef97e3.zip
eventstat: 0.04.03 -> 0.04.04
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/8maki50gwqm08fzrrw4nnnfr6alvqzr8-eventstat-0.04.04/bin/eventstat 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.04.04 with grep in /nix/store/8maki50gwqm08fzrrw4nnnfr6alvqzr8-eventstat-0.04.04
- directory tree listing: https://gist.github.com/5ed1c395b9ebbda292b165652d1666cf
- du listing: https://gist.github.com/83aba0c7903134aa17a6215a3a9b0b9f
Diffstat (limited to 'pkgs/os-specific/linux/eventstat')
-rw-r--r--pkgs/os-specific/linux/eventstat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/eventstat/default.nix b/pkgs/os-specific/linux/eventstat/default.nix
index e2647112f1b..8d96a503c76 100644
--- a/pkgs/os-specific/linux/eventstat/default.nix
+++ b/pkgs/os-specific/linux/eventstat/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "eventstat-${version}";
-  version = "0.04.03";
+  version = "0.04.04";
   src = fetchzip {
     url = "http://kernel.ubuntu.com/~cking/tarballs/eventstat/eventstat-${version}.tar.gz";
-    sha256 = "0yv7rpdg07rihw8iilvigib963nxf16mn26hzlb6qd1wv54k6dbr";
+    sha256 = "034xpdr3ip4w9k713wjc45x66k3nz6wg9wkzmchrjifxk4dldbd8";
   };
   buildInputs = [ ncurses ];
   installFlags = [ "DESTDIR=$(out)" ];