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: https://github.com/ColinIanKing/pagemon/blob/f172bd17e7a11e43131629468e4b2ad191ca9b47/debian/changelog
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user