Skip to content

Commit

Permalink
Update dart-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Jul 17, 2023
1 parent d8952eb commit 38c2a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ let
]);
sass = with pkgs; stdenv.mkDerivation rec {
name = "dart-sass-${version}";
version = "1.62.1";
version = "1.63.6";
system = "x86_64-linux";

isExecutable = true;

src = fetchurl {
sha256 = "AbBHLUrVMk2t0ma+hlinCA7C71a5TrloODbM1SZmuG0=";
sha256 = "3my+oDsYySHFgpAwx3cyHWw4FEA168zS7k3q/5wzPe0=";
url = "https://github.com/sass/dart-sass/releases/download/${version}/dart-sass-${version}-linux-x64.tar.gz";
};

Expand Down

0 comments on commit 38c2a81

Please sign in to comment.