dart-sass: 1.63.3 -> 1.64.1

This commit is contained in:
Sam Willcocks 2023-07-27 20:43:55 +01:00
parent 78faafa6e6
commit f2954a87e2

View file

@ -15,17 +15,17 @@ let
in
buildDartApplication rec {
pname = "dart-sass";
version = "1.63.3";
version = "1.64.1";
src = fetchFromGitHub {
owner = "sass";
repo = pname;
rev = version;
hash = "sha256-PBFBepG7b5M9LKSQOp7+mVhtwSLgQzUTu3i1055uNBk=";
hash = "sha256-JIw1I60Av5hUSRyqhc4nK5x9gHJcHTUIdYBTfQf8ob4=";
};
pubspecLockFile = ./pubspec.lock;
vendorHash = "sha256-ciJUjkItnwzKH6k8a5zxIbARQAEfg/GJEsKfSaygsXU=";
vendorHash = "sha256-kGeQIlNTHhlIEFH4MdWF5smc9lLg4YHx11bZS4BTPgI=";
nativeBuildInputs = [
buf