[Backport release-26.05] bluesky-pds: 0.4.5009 -> 0.4.5027 (#554008)

This commit is contained in:
isabel
2026-08-18 18:31:38 +00:00
committed by GitHub

View File

@@ -28,25 +28,17 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "pds";
version = "0.4.5009";
version = "0.4.5027";
src = fetchFromGitHub {
owner = "bluesky-social";
repo = "pds";
tag = "v${finalAttrs.version}";
hash = "sha256-3IEbVn7ThiVL7E2fXMHzsRSLT7Tm1eiX8bPQ88rJCvs=";
hash = "sha256-XHHVeowq0SYLyhascy0380swKBvfX5vJDvwR2BJGnnY=";
};
sourceRoot = "${finalAttrs.src.name}/service";
patchFlags = [ "-p2" ];
patches = [
(fetchpatch2 {
url = "https://github.com/bluesky-social/pds/commit/f8de5f08900c42023b01a4d10995556f16d05145.patch?full_index=1";
hash = "sha256-E0mWvLWQ4lFjkFgqtmMIESpNH7PSAB/QpSqxIwsj6Q8=";
})
];
nativeBuildInputs = [
makeBinaryWrapper
nodejs
@@ -69,12 +61,10 @@ stdenv.mkDerivation (finalAttrs: {
version
src
sourceRoot
patchFlags
patches
;
inherit pnpm;
fetcherVersion = 4;
hash = "sha256-BTSMmGhLpQ6KrI7/XfinRwe8ap7btIrPa55f6HB63M8=";
hash = "sha256-T0yqfY6b+Kfti5cIWH++QFh3cII9znBcf6kkZCwLSZg=";
};
buildPhase = ''