update local-content-share: 31 -> 32

This commit is contained in:
e-v-o-l-v-e 2025-08-08 21:36:31 +02:00
parent e64964dd81
commit 586d7e8c27

View File

@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "local-content-share";
version = "31";
version = "32";
src = fetchFromGitHub {
owner = "Tanq16";
repo = "local-content-share";
tag = "v${finalAttrs.version}";
hash = "sha256-BVO804Ndjbg4uEE1bufZcGZxEVdraV29LJ6yBWXTakA=";
hash = "sha256-2TgamuHDASwSKshPkNLAnwnnCU23SvdXWv6sU++yBII=";
};
vendorHash = null;