We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1507b6 + 374abf7 commit bc75094Copy full SHA for bc75094
pkgs/by-name/se/sea-orm-cli/package.nix
@@ -9,19 +9,19 @@
9
}:
10
rustPlatform.buildRustPackage rec {
11
pname = "sea-orm-cli";
12
- version = "1.1.8";
+ version = "1.1.11";
13
14
src = fetchCrate {
15
inherit pname version;
16
- hash = "sha256-XPankeAVuG5zADxM/4ZZgV2GBhIA+XzkhN+MLvFZpiU=";
+ hash = "sha256-JaUlRQfYTg/5GC3SHjDRYHc54naOW4NpdfB6lMcQqog=";
17
};
18
19
nativeBuildInputs = [ pkg-config ];
20
21
buildInputs = [ openssl ];
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-sxCfi8zcD48WCvcv8sJ2ocPyKOuxoINU5dDh7ons+nw=";
+ cargoHash = "sha256-oytYVAbmGPotnnI7morg8ePH8Ox1hD1WhGwEct4F0vw=";
25
26
nativeInstallCheckInputs = [ versionCheckHook ];
27
versionCheckProgramArg = "--version";
0 commit comments