summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 22:42:01 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 22:42:01 -0700
commit775fd25a47172e7a74fb2133fb8e42cdcf77910e (patch)
treeced560fb944d19ef1f552955761653013fe733c5
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixpkgs-775fd25a47172e7a74fb2133fb8e42cdcf77910e.tar
nixpkgs-775fd25a47172e7a74fb2133fb8e42cdcf77910e.tar.gz
nixpkgs-775fd25a47172e7a74fb2133fb8e42cdcf77910e.tar.bz2
nixpkgs-775fd25a47172e7a74fb2133fb8e42cdcf77910e.tar.lz
nixpkgs-775fd25a47172e7a74fb2133fb8e42cdcf77910e.tar.xz
nixpkgs-775fd25a47172e7a74fb2133fb8e42cdcf77910e.tar.zst
nixpkgs-775fd25a47172e7a74fb2133fb8e42cdcf77910e.zip
pagemon: 0.01.15 -> 0.01.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/pagemon/versions
-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 da2f73ec1b3..e1525a951a9 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.15";
+  version = "0.01.16";
 
   src = fetchFromGitHub {
-    sha256 = "0vbwpyik26zavpqsanmg8p7snk44nyz66flvkkqmhwx1ada9d181";
+    sha256 = "0fpxjw6sg6r9r7yy03brri37wmmc32rhzayzlmwgmzay8rifmm7i";
     rev = "V${version}";
     repo = "pagemon";
     owner = "ColinIanKing";