Unverified Commit e181c135 authored by isabel's avatar isabel Committed by GitHub
Browse files

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

parents d3446ba0 de688da1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
          };

+3 −3
Original line number Diff line number Diff line
@@ -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 = ''
+8 −8
Original line number Diff line number Diff line
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}" "$@"