Skip to content

Commit 25b6428

Browse files
dart-sass: 1.77.6 -> 1.80.5 (#352249)
2 parents 170e5ef + 8fbf618 commit 25b6428

File tree

2 files changed

+103
-87
lines changed

2 files changed

+103
-87
lines changed

pkgs/by-name/da/dart-sass/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
}:
1212

1313
let
14-
embedded-protocol-version = "2.7.1";
14+
embedded-protocol-version = "3.1.0";
1515

1616
embedded-protocol = fetchFromGitHub {
1717
owner = "sass";
1818
repo = "sass";
1919
rev = "refs/tags/embedded-protocol-${embedded-protocol-version}";
20-
hash = "sha256-6bGH/klCYxuq7CrOJVF8ySafhLJwet5ppBcpI8dzeCQ=";
20+
hash = "sha256-DBoGACNhc9JMT8D+dO50aKUitY8xx/3IGj/XntFts1w=";
2121
};
2222
in
2323
buildDartApplication rec {
2424
pname = "dart-sass";
25-
version = "1.77.6";
25+
version = "1.80.5";
2626

2727
src = fetchFromGitHub {
2828
owner = "sass";
2929
repo = pname;
3030
rev = version;
31-
hash = "sha256-GiZbx60HtyFTsargh0UVhjzOwlw3VWkhUEaX0s2ehos=";
31+
hash = "sha256-A9e3GxOg1xkmOXjNyhg2ihnxKiMb2vORpwvAy+JWFZY=";
3232
};
3333

3434
pubspecLock = lib.importJSON ./pubspec.lock.json;

0 commit comments

Comments
 (0)