sub-store-frontend: 2.27.3 -> 2.28.6

This commit is contained in:
R. Ryantm
2026-07-11 10:27:14 +00:00
parent 3dcc696095
commit 2f62b28dad

View File

@@ -14,13 +14,13 @@ let
in
buildNpmPackage (finalAttrs: {
pname = "sub-store-frontend";
version = "2.27.3";
version = "2.28.6";
src = fetchFromGitHub {
owner = "sub-store-org";
repo = "Sub-Store-Front-End";
tag = finalAttrs.version;
hash = "sha256-OO40cItVKlYAQqohxdbJkuX5Wf9y1MaId+ewfCkRjSo=";
hash = "sha256-dCby4fKCx9lzlSdn9TZwOsQWPFf36ZcL5bEg3XgipjY=";
};
nativeBuildInputs = [