topfew: 0.9.0 -> 2.0.0

This commit is contained in:
Marcus Ramberg 2024-06-28 20:11:36 +02:00
parent 3a3348bd19
commit b8b519c2cf

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "topfew";
version = "0.9.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "timbray";
repo = "topfew";
rev = version;
hash = "sha256-6ydi/4LyqTLKpR00f4zpcrTnCorlhnsBOxdhzBMNcRI=";
rev = "v${version}";
hash = "sha256-P3K3IhgYkrxmEG2l7EQDVWQ+P7fOjUMUFrlAnY+8NmI=";
};
vendorHash = null;