summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 04:23:13 -0700
committerFranz Pletz <fpletz@fnordicwalking.de>2018-06-19 16:13:49 +0000
commit5673d74dd1423b7de72ee954d4927b647bb64b1a (patch)
tree31908e4bf0c581afb3e5b7aa18466df0643360c7
parent963de452b2931094896e6ad9d5fbf0dbe15babb0 (diff)
downloadnixpkgs-5673d74dd1423b7de72ee954d4927b647bb64b1a.tar
nixpkgs-5673d74dd1423b7de72ee954d4927b647bb64b1a.tar.gz
nixpkgs-5673d74dd1423b7de72ee954d4927b647bb64b1a.tar.bz2
nixpkgs-5673d74dd1423b7de72ee954d4927b647bb64b1a.tar.lz
nixpkgs-5673d74dd1423b7de72ee954d4927b647bb64b1a.tar.xz
nixpkgs-5673d74dd1423b7de72ee954d4927b647bb64b1a.tar.zst
nixpkgs-5673d74dd1423b7de72ee954d4927b647bb64b1a.zip
pagemon: 0.01.12 -> 0.01.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/i6bq7x5lbw83spjs8irjihvrr09ygkif-pagemon-0.01.13/bin/pagemon 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.01.13 with grep in /nix/store/i6bq7x5lbw83spjs8irjihvrr09ygkif-pagemon-0.01.13
- directory tree listing: https://gist.github.com/b7b92de7a71b30515369214111f387e0
- du listing: https://gist.github.com/257db82673b5cf4032834d2d9a93b431
-rw-r--r--pkgs/os-specific/linux/pagemon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/pagemon/default.nix b/pkgs/os-specific/linux/pagemon/default.nix
index 99caa813b2e..6429c19f2b5 100644
--- a/pkgs/os-specific/linux/pagemon/default.nix
+++ b/pkgs/os-specific/linux/pagemon/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "pagemon-${version}";
-  version = "0.01.12";
+  version = "0.01.13";
 
   src = fetchFromGitHub {
-    sha256 = "0bddn22daf33dbghwfjxxgsn4gmr5knr6h9sbqhs7g7p85dla6wa";
+    sha256 = "055qniys5xv0ivdvdws5vwdgfyj6iyq02v5nn945l1x59rwnb541";
     rev = "V${version}";
     repo = "pagemon";
     owner = "ColinIanKing";