sub-store-frontend: 2.29.8 -> 2.29.10

(cherry picked from commit 6d5f210df1)
This commit is contained in:
R. Ryantm
2026-08-07 17:10:44 +00:00
committed by github-actions[bot]
parent ae9434e889
commit ec453cedc4

View File

@@ -14,13 +14,13 @@ let
in
buildNpmPackage (finalAttrs: {
pname = "sub-store-frontend";
version = "2.29.8";
version = "2.29.10";
src = fetchFromGitHub {
owner = "sub-store-org";
repo = "Sub-Store-Front-End";
tag = finalAttrs.version;
hash = "sha256-23ksXVgWamf3lNBHbfacXgWc+TYVqfLlh2cY9VmZq1c=";
hash = "sha256-jQXIwdt9+yndTFBCrs6bZ7dCZ2fmjti0xQAgAGZbC1M=";
};
nativeBuildInputs = [