sub-store-frontend: 2.16.12 -> 2.16.13

This commit is contained in:
R. Ryantm
2026-02-09 16:44:18 +00:00
parent a1645330ea
commit 688c13ab11
@@ -13,13 +13,13 @@
buildNpmPackage (finalAttrs: {
pname = "sub-store-frontend";
version = "2.16.12";
version = "2.16.13";
src = fetchFromGitHub {
owner = "sub-store-org";
repo = "Sub-Store-Front-End";
tag = finalAttrs.version;
hash = "sha256-vX1I62aK6V09QFTKmadkqqldnCC+SO9SZudkbTFHgYU=";
hash = "sha256-aqwmuTD2PgMGJgpBhFj2lqRcPqxhir+NHLNsFRLjG98=";
};
nativeBuildInputs = [