sigtop: 0.11.0 -> 0.12.0
This commit is contained in:
parent
7abe27c0cb
commit
42e81cc7a7
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
name = "sigtop";
|
name = "sigtop";
|
||||||
version = "0.11.0";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tbvdm";
|
owner = "tbvdm";
|
||||||
repo = "sigtop";
|
repo = "sigtop";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-EQWi+3n3Srsa3MHQym7IIFxxyATnb/79bgy8eqOB46k=";
|
sha256 = "sha256-qNcfnXQmccEnUFtaR3y79yFRZ5xHeOUQ6hEY9LZxm7w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-IFF7zTrHHoEmPoHGOkTHrb7o+9D5PC8Q+MWHSR2EXog=";
|
vendorHash = "sha256-IFF7zTrHHoEmPoHGOkTHrb7o+9D5PC8Q+MWHSR2EXog=";
|
||||||
|
Loading…
Reference in New Issue
Block a user