sub-store: 2.20.61 -> 2.20.65 (#475824)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-01 09:27:24 +00:00
committed by GitHub

View File

@@ -15,13 +15,13 @@
buildNpmPackage (finalAttrs: {
pname = "sub-store";
version = "2.20.61";
version = "2.20.65";
src = fetchFromGitHub {
owner = "sub-store-org";
repo = "Sub-Store";
tag = finalAttrs.version;
hash = "sha256-6NHPVCIlModWXzKOJnPwA41cHrNWy6yXUEwoKpbwpmw=";
hash = "sha256-HGaxpQJ9evcxz7nSJ5VBtjeS2xBLeJrkIcnUMNDr/L0=";
};
sourceRoot = "${finalAttrs.src.name}/backend";