Merge pull request #248662 from r-ryantm/auto-update/f2

f2: 1.9.0 -> 1.9.1
This commit is contained in:
Jonas Heinrich 2023-08-12 15:39:30 +02:00 committed by GitHub
commit 1d9c70ea2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "f2";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "ayoisaiah";
repo = "f2";
rev = "v${version}";
sha256 = "sha256-2+wp9hbPDH8RAeQNH1OYDfFlev+QTsEHixYb/luR9F0=";
sha256 = "sha256-vpyI6WtK/0UpPiB8y+HpPd0IsKKkMHa/eIreYo32iAA=";
};
vendorHash = "sha256-sOTdP+MuOH9jB3RMajeUx84pINSuWVRw5p/9lrOj6uo=";
vendorHash = "sha256-Bz3Igjcyq4rkMkgv1J3+JiAqroAjxyAvHw4d4eZJgAM=";
ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];