cargo-pgrx: 0.11.0 -> 0.11.2
This commit is contained in:
parent
5e5acab5e0
commit
8042d5e6ad
2 changed files with 4 additions and 5 deletions
|
@ -2,17 +2,17 @@
|
|||
|
||||
let
|
||||
pname = "cargo-pgrx";
|
||||
version = "0.11.0";
|
||||
version = "0.11.2";
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
inherit version pname;
|
||||
|
||||
src = fetchCrate {
|
||||
inherit version pname;
|
||||
hash = "sha256-GiUjsSqnrUNgiT/d3b8uK9BV7cHFvaDoq6cUGRwPigM=";
|
||||
hash = "sha256-8NlpMDFaltTIA8G4JioYm8LaPJ2RGKH5o6sd6lBHmmM=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-oXOPpK8VWzbFE1xHBQYyM5+YP/pRdLvTVN/fjxrgD/c=";
|
||||
cargoHash = "sha256-qTb3JV3u42EilaK2jP9oa5D09mkuHyRbGGRs9Rg4TzI=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
}:
|
||||
|
||||
let
|
||||
|
||||
cargo-pgrx_0_10_2 = cargo-pgrx.overrideAttrs (old: rec {
|
||||
name = "cargo-pgrx-${version}";
|
||||
version = "0.10.2";
|
||||
|
@ -23,7 +22,7 @@ let
|
|||
|
||||
cargoDeps = old.cargoDeps.overrideAttrs (_: {
|
||||
inherit src;
|
||||
outputHash = "sha256-itU000vyVGnDUUZx6qOLJqiPdyNHikW2KNFzBmJPqv0=";
|
||||
outputHash = "sha256-XyI3RaPI3Edm/tCP2xoZemib2d2n2cAhobgk9Oafg6s=";
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue