sub-store-frontend: 2.27.3 -> 2.28.6 (#540701)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-11 15:28:55 +00:00
committed by GitHub
@@ -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 = [