File tree Expand file tree Collapse file tree 2 files changed +103
-87
lines changed
pkgs/by-name/da/dart-sass Expand file tree Collapse file tree 2 files changed +103
-87
lines changed Original file line number Diff line number Diff line change 1111} :
1212
1313let
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 } ;
2222in
2323buildDartApplication 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 ;
You can’t perform that action at this time.
0 commit comments