tusd: 2.9.1 -> 2.9.2 (#498988)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-11 20:29:15 +00:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "tusd";
version = "2.9.1";
version = "2.9.2";
src = fetchFromGitHub {
owner = "tus";
repo = "tusd";
tag = "v${finalAttrs.version}";
hash = "sha256-xZGGvXLluugPEq6zW25yMG5K+IPKw6PrGOM/GBlox1k=";
hash = "sha256-bHC1pUx/GW3IWtGqsGOOBMWTRM65oCKg9gTL5L8GT+0=";
};
vendorHash = "sha256-V2EPvrTzs31tagVU3kl+8Fcn0xvLBsUuMKEYwPGJHy0=";
vendorHash = "sha256-sNWB/qiF/DhRpF0Z+m1NQ3ydUWAr9NdsSaRx0BT8C98=";
ldflags = [
"-X github.com/tus/tusd/v2/cmd/tusd/cli.VersionName=v${finalAttrs.version}"