[Backport release-26.05] pgdog: 0.1.42 -> 0.1.43 (#529214)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-07 19:03:22 +00:00 committed by GitHub
commit fbe24a504f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,16 +14,16 @@ let
in
rustPlatform.buildRustPackage.override { inherit stdenv; } (finalAttrs: {
pname = "pgdog";
version = "0.1.42";
version = "0.1.43";
src = fetchFromGitHub {
owner = "pgdogdev";
repo = "pgdog";
tag = "v${finalAttrs.version}";
hash = "sha256-X0UsaToKHWAZzDA/xBoBqtpFSlFdso3tMwci3SD80/I=";
hash = "sha256-0ilN89DChNOFcwsOZK7ZZPsbMCMH3NQlZlSvjT6F4oY=";
};
cargoHash = "sha256-6iWmNqlUoRLi9HxsX7Vhpu+KIsNrakzG97/Orwt3LOU=";
cargoHash = "sha256-wh63mNo2dX4ngLW+dEu9UtWVuqNSBNrtYvK2ejHxNKg=";
# Hardcoded paths for C compiler and linker
postPatch = ''