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

bluesky-pds: 0.4.208 -> 0.4.219 (#510338)

parents 3ded3dec f83a2b8c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "pds";
  version = "0.4.208";
  version = "0.4.219";

  src = fetchFromGitHub {
    owner = "bluesky-social";
    repo = "pds";
    tag = "v${finalAttrs.version}";
    hash = "sha256-/porufe1XVtjEFMOv40+1G1n5WgaAJIvOv/KWkKgxuQ=";
    hash = "sha256-zXNg1rtXN9qdTBvRlSiPlRu6k1Pv3T8nhROsEarev5U=";
  };

  sourceRoot = "${finalAttrs.src.name}/service";
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
      ;
    pnpm = pnpm_9;
    fetcherVersion = 3;
    hash = "sha256-TZ+lUdICkLZfHPvU1qEUeB3wasBKJpGo2lMk4eeyjas=";
    hash = "sha256-rZpimxX4oDXIaUdAkkNPEff6qYJ9C8KptsPWJKwPiFo=";
  };

  buildPhase = ''