aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libsass
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 21:04:14 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-26 21:04:14 -0800
commitcddc0c21efc076b171cabb53712f96f0e090d94f (patch)
treecc6e3f705cf309e4f52949753d1cc93b818c86a5 /pkgs/development/libraries/libsass
parentb63297b203e28f13ce7801c578afa30709cb4edd (diff)
libsass: 3.4.8 -> 3.4.9
Semi-automatic update. These checks were performed: - built on NixOS - found 3.4.9 with grep in /nix/store/biismabsawadk87l7m83a62d8cj08iy1-libsass-3.4.9 - found 3.4.9 in filename of file in /nix/store/biismabsawadk87l7m83a62d8cj08iy1-libsass-3.4.9 cc "@codyopel @offline"
Diffstat (limited to 'pkgs/development/libraries/libsass')
-rw-r--r--pkgs/development/libraries/libsass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libsass/default.nix b/pkgs/development/libraries/libsass/default.nix
index 0ad02c190c11..e1c50bee75ab 100644
--- a/pkgs/development/libraries/libsass/default.nix
+++ b/pkgs/development/libraries/libsass/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libsass-${version}";
- version = "3.4.8";
+ version = "3.4.9";
src = fetchurl {
url = "https://github.com/sass/libsass/archive/${version}.tar.gz";
- sha256 = "0gq0mg42sq2nxiv25fh37frlr0iyqamh7shv83qixnqklqpkfi13";
+ sha256 = "0f4mj91zzdzah7fxkdg3dnrimk9ip7czl4g26f32zgifz1nrqgjs";
};
patchPhase = ''