sleek: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-06-03 22:31:04 +00:00
parent 8764efe0df
commit 49611957b5
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "sleek";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "nrempel";
repo = "sleek";
rev = "v${version}";
hash = "sha256-U1ujR+6wW3SKUnjqs/+DrEhu0XRBB8hxGC2pxe3LVbw=";
hash = "sha256-4op0EqJWRGEQwXu5DjFBM1ia9nKiE5QTg+pbaeg4+ag=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-2P47kVNQPksKyWPtk1XEpVEjFfz7cEvWX0VvlT3nKOc=";
cargoHash = "sha256-0AB2Z++WnOQ06CkKIHBydgV4VlLGqhlKGAQ0blPOFPo=";
meta = with lib; {
description = "CLI tool for formatting SQL";