about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-24 09:40:02 -0500
committerGitHub <noreply@github.com>2024-01-24 09:40:02 -0500
commit5689eb077718e01b80010021264f4257a56b08a4 (patch)
tree4e11272a50e42a886c7fc11017a47b851b633355 /pkgs/development/tools
parent5227b57cf43208c61f56a4781d007465087e6965 (diff)
parent47633fb43926c66f9634f4ba0e62af2a253a16ee (diff)
downloadnixlib-5689eb077718e01b80010021264f4257a56b08a4.tar
nixlib-5689eb077718e01b80010021264f4257a56b08a4.tar.gz
nixlib-5689eb077718e01b80010021264f4257a56b08a4.tar.bz2
nixlib-5689eb077718e01b80010021264f4257a56b08a4.tar.lz
nixlib-5689eb077718e01b80010021264f4257a56b08a4.tar.xz
nixlib-5689eb077718e01b80010021264f4257a56b08a4.tar.zst
nixlib-5689eb077718e01b80010021264f4257a56b08a4.zip
Merge pull request #283374 from r-ryantm/auto-update/rsass
rsass: 0.28.0 -> 0.28.8
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/rsass/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/rsass/default.nix b/pkgs/development/tools/misc/rsass/default.nix
index da24ac06ca6d..1804c1301230 100644
--- a/pkgs/development/tools/misc/rsass/default.nix
+++ b/pkgs/development/tools/misc/rsass/default.nix
@@ -2,15 +2,15 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rsass";
-  version = "0.28.0";
+  version = "0.28.8";
 
   src = fetchCrate {
     pname = "rsass-cli";
     inherit version;
-    hash = "sha256-hBYZB/Jyzd89dylZn2tYdHr0IXCFgJi9TnvuoVqCR1A=";
+    hash = "sha256-eloTe7UHcPPmHEsGnfj3nIbZbBxSMFZdaSm5LpOh1S4=";
   };
 
-  cargoHash = "sha256-nVTYTjmHB/z5M5AyojbsuZNCa3JCiADWrgV5eb3bcUE=";
+  cargoHash = "sha256-57vqVKqwQOEB33cSzGiZwadTDi7EyBBRAS4X9Euwp5Q=";
 
   meta = with lib; {
     description = "Sass reimplemented in rust with nom";