bluesky-pds: 0.4.188 -> 0.4.193, nixos/bluesky-pds: increase blobsize (#461753)

This commit is contained in:
isabel
2025-11-15 00:04:35 +00:00
committed by GitHub
3 changed files with 12 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ in
PDS_BLOB_UPLOAD_LIMIT = mkOption {
type = types.str;
default = "52428800";
default = "104857600";
description = "Size limit of uploaded blobs in bytes";
};

View File

@@ -21,13 +21,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "pds";
version = "0.4.188";
version = "0.4.193";
src = fetchFromGitHub {
owner = "bluesky-social";
repo = "pds";
tag = "v${finalAttrs.version}";
hash = "sha256-t8KdyEygXdbj/5Rhj8W40e1o8mXprELpjsKddHExmo0=";
hash = "sha256-OCG1YR56k0syIxRVrwUr0teaBJFQXocq0H6j9JaQkh8=";
};
sourceRoot = "${finalAttrs.src.name}/service";
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
sourceRoot
;
fetcherVersion = 2;
hash = "sha256-D+yjUPnBkeEkC3hV5z5n6IDswbpvHsK5aYj7POYATCY=";
hash = "sha256-4qKWkINpUHzatiMa7ZNYp1NauU2641W0jHDjmRL9ipI=";
};
buildPhase = ''

View File

@@ -1,7 +1,7 @@
diff --git a/pdsadmin.sh b/pdsadmin.sh
index 913d2b4..b09c20c 100644
--- a/pdsadmin.sh
+++ b/pdsadmin.sh
diff --git i/pdsadmin.sh w/pdsadmin.sh
index 505ada3..afc3265 100644
--- i/pdsadmin.sh
+++ w/pdsadmin.sh
@@ -15,16 +15,11 @@ if [[ "${EUID}" -ne 0 ]]; then
exit 1
fi
@@ -19,6 +19,6 @@ index 913d2b4..b09c20c 100644
-chmod +x "${SCRIPT_FILE}"
-if "${SCRIPT_FILE}" "$@"; then
- rm --force "${SCRIPT_FILE}"
- rm -f "${SCRIPT_FILE}"
-fi
+"${SCRIPT_FILE}" "$@"