mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
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:
parent
bf8550998e
commit
82e15d9914
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user