Skip to content

Commit d0795d5

Browse files
committed
sea-orm-cli: 1.1.7 -> 1.1.8
1 parent a4e4505 commit d0795d5

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.7";
12+
version = "1.1.8";
1313

1414
src = fetchCrate {
1515
inherit pname version;
16-
hash = "sha256-/Wer+3uNWk9p/l1uVpMLEXrDQ/PB+rcpWPi6tuhucSo=";
16+
hash = "sha256-XPankeAVuG5zADxM/4ZZgV2GBhIA+XzkhN+MLvFZpiU=";
1717
};
1818

1919
nativeBuildInputs = [ pkg-config ];
2020

2121
buildInputs = [ openssl ];
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-9o8HT5GNeqGQqzrDhSzzwoeo//MYV1YPec98j8UMHv4=";
24+
cargoHash = "sha256-sxCfi8zcD48WCvcv8sJ2ocPyKOuxoINU5dDh7ons+nw=";
2525

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

0 commit comments

Comments
 (0)