about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/rustywind
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-01 16:40:02 -0400
committerfigsoda <figsoda@pm.me>2023-08-01 16:40:02 -0400
commitfbe83582ce61e8c67827c564bccf7191cc360881 (patch)
treeebdf852131ac0abbcccd23d1b3d079d610c9dd03 /pkgs/development/tools/misc/rustywind
parent1039b65783300f9f8d1eeb8cbfc5fa2b93e99dce (diff)
downloadnixlib-fbe83582ce61e8c67827c564bccf7191cc360881.tar
nixlib-fbe83582ce61e8c67827c564bccf7191cc360881.tar.gz
nixlib-fbe83582ce61e8c67827c564bccf7191cc360881.tar.bz2
nixlib-fbe83582ce61e8c67827c564bccf7191cc360881.tar.lz
nixlib-fbe83582ce61e8c67827c564bccf7191cc360881.tar.xz
nixlib-fbe83582ce61e8c67827c564bccf7191cc360881.tar.zst
nixlib-fbe83582ce61e8c67827c564bccf7191cc360881.zip
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
Diffstat (limited to 'pkgs/development/tools/misc/rustywind')
-rw-r--r--pkgs/development/tools/misc/rustywind/default.nix6
1 files changed, 3 insertions, 3 deletions
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";