mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
gotop: 1.2.9 -> 1.5.0 (#48407)
This commit is contained in:
parent
ac7bf94f6d
commit
975c9b57eb
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "gotop-${version}";
|
||||
version = "1.2.9";
|
||||
version = "1.5.0";
|
||||
|
||||
goPackagePath = "github.com/cjbassi/gotop";
|
||||
|
||||
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||
repo = "gotop";
|
||||
owner = "cjbassi";
|
||||
rev = version;
|
||||
sha256 = "07s2f04yhc79vqr1gdh2v974kpn7flp4slnp99mavpa331lv9q8a";
|
||||
sha256 = "19kj7mziwkfcf9kkwph05jh5vlkfqpyrpxdk5gdf2swg07w1ld35";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user