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 cde4eab + d0795d5 commit aa44c34Copy full SHA for aa44c34
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.7";
+ version = "1.1.8";
13
14
src = fetchCrate {
15
inherit pname version;
16
- hash = "sha256-/Wer+3uNWk9p/l1uVpMLEXrDQ/PB+rcpWPi6tuhucSo=";
+ hash = "sha256-XPankeAVuG5zADxM/4ZZgV2GBhIA+XzkhN+MLvFZpiU=";
17
};
18
19
nativeBuildInputs = [ pkg-config ];
20
21
buildInputs = [ openssl ];
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-9o8HT5GNeqGQqzrDhSzzwoeo//MYV1YPec98j8UMHv4=";
+ cargoHash = "sha256-sxCfi8zcD48WCvcv8sJ2ocPyKOuxoINU5dDh7ons+nw=";
25
26
nativeInstallCheckInputs = [ versionCheckHook ];
27
versionCheckProgramArg = "--version";
0 commit comments