mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
libsass: 3.5.4 -> 3.5.5
This commit is contained in:
parent
dd345c8ff9
commit
60532db0d3
@ -2,21 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libsass-${version}";
|
name = "libsass-${version}";
|
||||||
version = "3.5.4";
|
version = "3.5.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/sass/libsass/archive/${version}.tar.gz";
|
url = "https://github.com/sass/libsass/archive/${version}.tar.gz";
|
||||||
sha256 = "0w47hvzmbdpbjx8j83wn8dwcvglpab8abkszf9xfzrpqvb6wnqaz";
|
sha256 = "0w6v1xa00jvfyk4b29ir7dfkhiq72anz015gg580bi7x3n7saz28";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# CVE-2018-11693, is in master but no release yet
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/sass/libsass/commit/af0e12cdf09d43dbd1fc11e3f64b244277cc1a1e.patch";
|
|
||||||
sha256 = "1y8yvjvvz91lcr1kpq2pw8729xhdgp15mbldcw392pfzdlliwdyl";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export LIBSASS_VERSION=${version}
|
export LIBSASS_VERSION=${version}
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user