Merge pull request #289400 from r-ryantm/auto-update/sigtop

sigtop: 0.9.1 -> 0.10.0
This commit is contained in:
Nick Cao 2024-02-16 21:52:43 -05:00 committed by GitHub
commit 111876fffe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
name = "sigtop";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "tbvdm";
repo = "sigtop";
rev = "v${version}";
sha256 = "sha256-2qV+m9Bxhq9l27w1Xt8x8ah+QffRHkXHh2PqWdKkFaA=";
sha256 = "sha256-I1gZpzs7GtoS+EQIHXTc9laHMO68uNnIm7eVja3b8BE=";
};
vendorHash = "sha256-kkRmyWYrWDq96fECe2YMsDjRZPX2K0jKFitMJycaVVA=";
vendorHash = "sha256-9IhUGbcDeStFfQV+VEvPCwJUEvrsoiHdWxO0UHxQzqc=";
makeFlags = [
"PREFIX=\${out}"