sub-store: 2.20.65 -> 2.20.75 (#477659)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-07 07:45:35 +00:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
buildNpmPackage (finalAttrs: {
pname = "sub-store";
version = "2.20.65";
version = "2.20.75";
src = fetchFromGitHub {
owner = "sub-store-org";
repo = "Sub-Store";
tag = finalAttrs.version;
hash = "sha256-HGaxpQJ9evcxz7nSJ5VBtjeS2xBLeJrkIcnUMNDr/L0=";
hash = "sha256-6P9ofDNOk+jTqpv3OsfiMCMLpvaKTDAdupfKusARHdg=";
};
sourceRoot = "${finalAttrs.src.name}/backend";