Skip to content

Commit 8bb606f

Browse files
authored
pds: 0.4.74 -> 0.4.107 (#389860)
2 parents 4de968d + 7d3ee34 commit 8bb606f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/pd/pds/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ in
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "pds";
23-
version = "0.4.74";
23+
version = "0.4.107";
2424

2525
src = fetchFromGitHub {
2626
owner = "bluesky-social";
2727
repo = "pds";
28-
rev = "v${finalAttrs.version}";
29-
hash = "sha256-kNHsQ6funmo8bnkFBNWHQ0Fmd5nf/uh+x9buaRJMZnM=";
28+
tag = "v${finalAttrs.version}";
29+
hash = "sha256-cS9BVR14CAqT1dMw8afd3jVygG1h9bdF0QZ7mBVlIe8=";
3030
};
3131

3232
sourceRoot = "${finalAttrs.src.name}/service";
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
5050
src
5151
sourceRoot
5252
;
53-
hash = "sha256-oU4dwlBdsMmgAUv1ICaOqaqucmg/TjKOZxjnxpm0qL8=";
53+
hash = "sha256-KyHa7pZaCgyqzivI0Y7E6Y4yBRllYdYLnk1s0o0dyHY=";
5454
};
5555

5656
buildPhase = ''

0 commit comments

Comments
 (0)