From fbe83582ce61e8c67827c564bccf7191cc360881 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 1 Aug 2023 16:40:02 -0400 Subject: rustywind: 0.16.0 -> 0.17.0 Diff: https://github.com/avencera/rustywind/compare/v0.16.0...v0.17.0 Changelog: https://github.com/avencera/rustywind/blob/v0.17.0/CHANGELOG.md --- pkgs/development/tools/misc/rustywind/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/development/tools/misc/rustywind') diff --git a/pkgs/development/tools/misc/rustywind/default.nix b/pkgs/development/tools/misc/rustywind/default.nix index e1f39eaaddfa..d3ac55b13111 100644 --- a/pkgs/development/tools/misc/rustywind/default.nix +++ b/pkgs/development/tools/misc/rustywind/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "rustywind"; - version = "0.16.0"; + version = "0.17.0"; src = fetchFromGitHub { owner = "avencera"; repo = "rustywind"; rev = "v${version}"; - hash = "sha256-xDpRS8WrFu5uPtbXJGXrxElJinxl1lkpYZ1tGrNrBHA="; + hash = "sha256-cRQdPOiERvxBZzaS26op1bDba9sCn3TyBIhlwI5XCro="; }; - cargoHash = "sha256-2bo6KkHVw1lyLD4iWidAyxZzQMRTO5DWvYmqUQld15g="; + cargoHash = "sha256-hw9DUe4iJ0DLX4P48ZpvZr6Xmq5rQ5rGmT13fO5uRoY="; meta = with lib; { description = "CLI for organizing Tailwind CSS classes"; -- cgit 1.4.1