Skip to content

Commit 7172bc9

Browse files
committed
bluesky-pds: 0.4.193 -> 0.4.204
1 parent 2e606f2 commit 7172bc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/bl/bluesky-pds/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ in
2727

2828
stdenv.mkDerivation (finalAttrs: {
2929
pname = "pds";
30-
version = "0.4.193";
30+
version = "0.4.204";
3131

3232
src = fetchFromGitHub {
3333
owner = "bluesky-social";
3434
repo = "pds";
3535
tag = "v${finalAttrs.version}";
36-
hash = "sha256-OCG1YR56k0syIxRVrwUr0teaBJFQXocq0H6j9JaQkh8=";
36+
hash = "sha256-jYCMwHKKFIsfOgGYiKVrWtIT7atPA8NsetvfjDW05yE=";
3737
};
3838

3939
sourceRoot = "${finalAttrs.src.name}/service";
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
6363
;
6464
pnpm = pnpm_9;
6565
fetcherVersion = 2;
66-
hash = "sha256-4qKWkINpUHzatiMa7ZNYp1NauU2641W0jHDjmRL9ipI=";
66+
hash = "sha256-G6xZfbfz+jud1N6lxwp5FA5baAkFwmofejsPt/Gaze8=";
6767
};
6868

6969
buildPhase = ''

0 commit comments

Comments
 (0)