pagemon: 0.01.07 -> 0.01.08

Main changes:
- Add 'c' key to close pop up windows
- Enable -p option to have the PID or name of the process to monitor
- Fix zoom scaling on memory view
- Don't break on failed seek or read of map info

More:
f172bd17e7/debian/changelog
This commit is contained in:
Tobias Geerinckx-Rice 2016-02-08 21:06:08 +01:00
parent bf8550998e
commit 82e15d9914

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "pagemon-${version}";
version = "0.01.07";
version = "0.01.08";
src = fetchFromGitHub {
sha256 = "041jqk11sq1qn3avsx4jbfqzvg6rfa5kmgn16q8jnwm5fqfaj037";
sha256 = "079x8ah33nh4faqcy0jy24x30l40j5m00d57aawaayaq18smqs3f";
rev = "V${version}";
repo = "pagemon";
owner = "ColinIanKing";