[Backport release-26.05] pgdog: 0.1.46 -> 0.1.47 (#538099)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-03 12:27:38 +00:00 committed by GitHub
commit 3726397338
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.46";
version = "0.1.47";
src = fetchFromGitHub {
owner = "pgdogdev";
repo = "pgdog";
tag = "v${finalAttrs.version}";
hash = "sha256-9NW/LL6GaiYF2p/4MoGXGRS2jv9bLi+dmRDPPNPhnVw=";
hash = "sha256-+YHn3gkKqrZuOZreItSXBjbn4A78wmf8r+dSRUD2at8=";
};
cargoHash = "sha256-qt7CD4rTDt5DrQSSYvmheD+ib+JgM1IjbkKFKm6wXBE=";
cargoHash = "sha256-W4XbcsFUk8g86zpPgYb/WztVoeCklIQmEhylQSE2a8E=";
# Hardcoded paths for C compiler and linker
postPatch = ''