Skip to content

Commit bc75094

Browse files
authored
sea-orm-cli: 1.1.8 -> 1.1.11 (#400811)
2 parents e1507b6 + 374abf7 commit bc75094

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/se/sea-orm-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
}:
1010
rustPlatform.buildRustPackage rec {
1111
pname = "sea-orm-cli";
12-
version = "1.1.8";
12+
version = "1.1.11";
1313

1414
src = fetchCrate {
1515
inherit pname version;
16-
hash = "sha256-XPankeAVuG5zADxM/4ZZgV2GBhIA+XzkhN+MLvFZpiU=";
16+
hash = "sha256-JaUlRQfYTg/5GC3SHjDRYHc54naOW4NpdfB6lMcQqog=";
1717
};
1818

1919
nativeBuildInputs = [ pkg-config ];
2020

2121
buildInputs = [ openssl ];
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-sxCfi8zcD48WCvcv8sJ2ocPyKOuxoINU5dDh7ons+nw=";
24+
cargoHash = "sha256-oytYVAbmGPotnnI7morg8ePH8Ox1hD1WhGwEct4F0vw=";
2525

2626
nativeInstallCheckInputs = [ versionCheckHook ];
2727
versionCheckProgramArg = "--version";

0 commit comments

Comments
 (0)