fast: 0-unstable-2026-07-01 -> 0.1.0 (#539449)

This commit is contained in:
Sandro
2026-07-09 13:08:58 +00:00
committed by GitHub
+4 -4
View File
@@ -3,17 +3,17 @@
buildGoModule,
fetchFromGitHub,
}:
buildGoModule {
buildGoModule rec {
pname = "fast";
version = "0-unstable-2026-07-01";
version = "0.1.0";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "maaslalani";
repo = "fast";
rev = "26d8fc9c189ba748c68f8930af11dee5c2467f7e";
hash = "sha256-YeDx082+ySqzamo9UutFTXXkrb37nmqt3ZUNzUHShf4=";
tag = "v${version}";
hash = "sha256-/Li5AAuuHkVqJzmh38g5CPQXWj4RY0TRwvtjlpydosg=";
};
vendorHash = "sha256-YSjJ8NOL97hXZLnfGYIjoKmARv+gWOsv+5qkl9konnA=";