Merge pull request #123853 from marsam/update-libsass

libsass: 3.6.4 -> 3.6.5
This commit is contained in:
Mario Rodas 2021-05-21 20:48:01 -05:00 committed by GitHub
commit 87f08e14bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libsass";
version = "3.6.4";
version = "3.6.5";
src = fetchFromGitHub {
owner = "sass";
repo = pname;
rev = version;
sha256 = "074kvacdan85h4qrvsk97575ys9xgkc044gplz3m6vn4a8pcl2rn";
sha256 = "1cxj6r85d5f3qxdwzxrmkx8z875hig4cr8zsi30w6vj23cyds3l2";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
extraPostFetch = ''