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

dart-sass: 1.94.0 -> 1.94.2 (#463374)

parents 43c37eef c41b7f0e
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.94.0";
  version = "1.94.2";

  src = fetchFromGitHub {
    owner = "sass";
    repo = "dart-sass";
    tag = version;
    hash = "sha256-upE3IVMvwLABzq3rlgKN6LOnAH1TE8kdsTAh3Hr5QE0=";
    hash = "sha256-/ygA4Ymo7n3JWCv/qxkQs6JWoIhMIwHjKCqk4KyKOMw=";
  };

  pubspecLock = lib.importJSON ./pubspec.lock.json;
+2 −2
Original line number Diff line number Diff line
@@ -184,11 +184,11 @@
      "dependency": "transitive",
      "description": {
        "name": "dart_style",
        "sha256": "c87dfe3d56f183ffe9106a18aebc6db431fc7c98c31a54b952a77f3d54a85697",
        "sha256": "a9c30492da18ff84efe2422ba2d319a89942d93e58eb0b73d32abe822ef54b7b",
        "url": "https://pub.dev"
      },
      "source": "hosted",
      "version": "3.1.2"
      "version": "3.1.3"
    },
    "dartdoc": {
      "dependency": "direct dev",