Loading pkgs/development/tools/rust/cargo-pgrx/default.nix +12 −10 Original line number Diff line number Diff line { lib , darwin , fetchCrate , openssl , pkg-config , rustPlatform , stdenv { lib, darwin, fetchCrate, openssl, pkg-config, rustPlatform, stdenv, }: let generic = { version , hash , cargoHash { version, hash, cargoHash, }: rustPlatform.buildRustPackage rec { pname = "cargo-pgrx"; Loading Loading
pkgs/development/tools/rust/cargo-pgrx/default.nix +12 −10 Original line number Diff line number Diff line { lib , darwin , fetchCrate , openssl , pkg-config , rustPlatform , stdenv { lib, darwin, fetchCrate, openssl, pkg-config, rustPlatform, stdenv, }: let generic = { version , hash , cargoHash { version, hash, cargoHash, }: rustPlatform.buildRustPackage rec { pname = "cargo-pgrx"; Loading