sub-store-frontend: 2.26.5 -> 2.27.3 (#537772)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-02 12:13:39 +00:00
committed by GitHub
@@ -14,13 +14,13 @@ let
in
buildNpmPackage (finalAttrs: {
pname = "sub-store-frontend";
version = "2.26.5";
version = "2.27.3";
src = fetchFromGitHub {
owner = "sub-store-org";
repo = "Sub-Store-Front-End";
tag = finalAttrs.version;
hash = "sha256-4AyxNC+wODu5ltvquZWvtGYi8P+p/+py2ZLQISW6nZQ=";
hash = "sha256-OO40cItVKlYAQqohxdbJkuX5Wf9y1MaId+ewfCkRjSo=";
};
nativeBuildInputs = [