Skip to content

Commit 0a3f291

Browse files
sea-orm-cli: 1.0.1 -> 1.1.1 (#357165)
2 parents 658159e + f124474 commit 0a3f291

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
@@ -8,19 +8,19 @@
88
}:
99
rustPlatform.buildRustPackage rec {
1010
pname = "sea-orm-cli";
11-
version = "1.0.1";
11+
version = "1.1.1";
1212

1313
src = fetchCrate {
1414
inherit pname version;
15-
hash = "sha256-b1Nlt3vsLDajTiIW9Vn51Tv9gXja8/ZZBD62iZjh3KY=";
15+
hash = "sha256-rPPOVU5oyBIywiJuK23PutfvhxaFNi/VZ9kVWLMUVjI=";
1616
};
1717

1818
nativeBuildInputs = [ pkg-config ];
1919

2020
buildInputs = [ openssl ]
2121
++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
2222

23-
cargoHash = "sha256-ZGM+Y67ycBiukgEBUq+WiA1OUCGahya591gM6CGwzMQ=";
23+
cargoHash = "sha256-r5nqzu79z/XdrqvaJ+5ylZI6tC/SKTzmoOSgkbAaPn4=";
2424

2525
meta = with lib; {
2626
homepage = "https://www.sea-ql.org/SeaORM";

0 commit comments

Comments
 (0)