Unverified Commit 5689eb07 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #283374 from r-ryantm/auto-update/rsass

rsass: 0.28.0 -> 0.28.8
parents 5227b57c 47633fb4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";