cargo-pgx: 0.5.3 -> 0.5.6

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-pgx/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-pgx"; 5 - version = "0.5.3"; 5 + version = "0.5.6"; 6 6 7 7 src = fetchCrate { 8 8 inherit version pname; 9 - sha256 = "sha256-Glc6MViZeQzfZ+pOcbcJzL5hHEXSoqfksGwVZxOJ6G0="; 9 + sha256 = "sha256-CbQWgt/M/QVKpuOzY04OEZNX4DauYPMz2404WQlAvTw="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-Ag9lj3uR4Cijfcr+NFdCFb9K84b8QhGamLECzVpcN0U="; 12 + cargoSha256 = "sha256-sqAOhSZXzqxOVkEbqpd+9MoXqEFlkFufQ8O1zAXPnLQ="; 13 13 14 14 nativeBuildInputs = [ pkg-config ]; 15 15