Skip to content

Commit

Permalink
dart-sass: 1.77.6 -> 1.80.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lelgenio committed Oct 23, 2024
1 parent cc7f4c0 commit b1e4853
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 81 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/da/dart-sass/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
}:

let
embedded-protocol-version = "2.7.1";
embedded-protocol-version = "3.1.0";

embedded-protocol = fetchFromGitHub {
owner = "sass";
repo = "sass";
rev = "refs/tags/embedded-protocol-${embedded-protocol-version}";
hash = "sha256-6bGH/klCYxuq7CrOJVF8ySafhLJwet5ppBcpI8dzeCQ=";
hash = "sha256-DBoGACNhc9JMT8D+dO50aKUitY8xx/3IGj/XntFts1w=";
};
in
buildDartApplication rec {
pname = "dart-sass";
version = "1.77.6";
version = "1.80.4";

src = fetchFromGitHub {
owner = "sass";
repo = pname;
rev = version;
hash = "sha256-GiZbx60HtyFTsargh0UVhjzOwlw3VWkhUEaX0s2ehos=";
hash = "sha256-Vr+TeqgDxxEY1unyH90/f12LdN9kpqxPvADqK/xDVCA=";
};

pubspecLock = lib.importJSON ./pubspec.lock.json;
Expand Down
Loading

0 comments on commit b1e4853

Please sign in to comment.