Unverified Commit 9c6e835e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

dart-sass: 1.96.0 -> 1.97.1 (#473426)

parents a6df9d25 17a3a5c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@ let
in
buildDartApplication rec {
  pname = "dart-sass";
  version = "1.96.0";
  version = "1.97.1";

  src = fetchFromGitHub {
    owner = "sass";
    repo = "dart-sass";
    tag = version;
    hash = "sha256-ikNbYzZxWQrJ0PHZ2bEZtvQmFnqIsalnoEFc+YGHb4o=";
    hash = "sha256-3Pf4+RSzVH0nRo+rSCJwzEdpZqjzSsvpr1S8qsFuRZ4=";
  };

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