mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
psitop: 1.0.0 -> 1.1.3
Diff: https://github.com/jamespwilliams/psitop/compare/1.0.0...1.1.3
This commit is contained in:
parent
246977b44d
commit
e847a2742a
|
@ -5,13 +5,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "psitop";
|
||||
version = "1.0.0";
|
||||
version = "1.1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jamespwilliams";
|
||||
repo = "psitop";
|
||||
rev = version;
|
||||
hash = "sha256-C8WEbA7XXohKFz7QgII0LPU1eJ4Z7CSlmEOamgo4wQI=";
|
||||
hash = "sha256-TD+NTlfmBtz+m2w2FnTcUIJQakpvVBCK/MAHfCrOue4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-oLtKpBvTsM5TbzfWIDfqgb7DL5D3Mldu0oimVeiUeSc=";
|
||||
|
|
Loading…
Reference in a new issue