Skip to content

Commit

Permalink
Update SASS to 1.69.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Dec 2, 2023
1 parent 26fa9e3 commit a63d338
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ let
};
sass = with pkgs; stdenv.mkDerivation rec {
name = "dart-sass-${version}";
version = "1.63.6";
version = "1.69.5";
system = "x86_64-linux";

isExecutable = true;

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

Expand All @@ -38,7 +36,7 @@ in
buildInputs = [
rust
cmake
pkgconfig
pkg-config
openssl # TODO: do we still need this?
pre-commit
graphviz
Expand Down

0 comments on commit a63d338

Please sign in to comment.