pds: 0.4.107 -> 0.4.158 (#425593)

This commit is contained in:
isabel 2025-07-16 10:41:28 +01:00 committed by GitHub
commit 867ef000a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "pds";
version = "0.4.107";
version = "0.4.158";
src = fetchFromGitHub {
owner = "bluesky-social";
repo = "pds";
tag = "v${finalAttrs.version}";
hash = "sha256-cS9BVR14CAqT1dMw8afd3jVygG1h9bdF0QZ7mBVlIe8=";
hash = "sha256-TesrTKAP2wIQ+H6srvVbS6GF/7Be2xJa1dn/krScPOs=";
};
sourceRoot = "${finalAttrs.src.name}/service";
@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
sourceRoot
;
fetcherVersion = 1;
hash = "sha256-KyHa7pZaCgyqzivI0Y7E6Y4yBRllYdYLnk1s0o0dyHY=";
hash = "sha256-+ESVGrgXNCQWOhqH4PM5lKQKcxE/5zxRmIboDZxgxcc=";
};
buildPhase = ''