about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-18 22:44:18 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-18 22:44:18 -0700
commita597c0de06985ae25216535d085391ed85855a08 (patch)
treef6ec466c9b33c061e560287ba385b35bdc953da5 /pkgs/tools/system
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
uptimed: 0.4.0 -> 0.4.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/3g4ks4j5qpbmaz77h94cq00rb09bw4nx-uptimed-0.4.1/bin/uprecords passed the binary check.
- /nix/store/3g4ks4j5qpbmaz77h94cq00rb09bw4nx-uptimed-0.4.1/bin/uptimed passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.4.1 with grep in /nix/store/3g4ks4j5qpbmaz77h94cq00rb09bw4nx-uptimed-0.4.1
- directory tree listing: https://gist.github.com/e0050389ab1f978da6cea6fdba7a6c1b
- du listing: https://gist.github.com/8ad3f0b88db5b50f78bfff19c91cee6b
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/uptimed/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/uptimed/default.nix b/pkgs/tools/system/uptimed/default.nix
index 58e194d38b949..849baa7159ae0 100644
--- a/pkgs/tools/system/uptimed/default.nix
+++ b/pkgs/tools/system/uptimed/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "uptimed-${version}";
-  version = "0.4.0";
+  version = "0.4.1";
 
   src = fetchFromGitHub {
-    sha256 = "0h3192angfiv01bjk3f3nd2fmjic37cl72pvmr556n0wy3cfybas";
+    sha256 = "0hqs7n3agayckwdgwadzw5shpdh4h1inqgvp4zr5fi324pj5x80j";
     rev = "v${version}";
     repo = "uptimed";
     owner = "rpodgorny";