aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libsass
diff options
context:
space:
mode:
authorcodyopel <codyopel@gmail.com>2015-06-01 01:27:46 -0400
committercodyopel <codyopel@gmail.com>2015-06-01 01:27:46 -0400
commita53ca334d67cf62e01ece7431215f41a3ddbca41 (patch)
treec02b0a3b989355e7395aab5e1a7bbefeef31aa7f /pkgs/development/libraries/libsass
parent13cc88f273f0cb6d13e39ecf61775c29dde6d21c (diff)
libsass: 3.2.2 -> 3.2.4
Diffstat (limited to 'pkgs/development/libraries/libsass')
-rw-r--r--pkgs/development/libraries/libsass/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libsass/default.nix b/pkgs/development/libraries/libsass/default.nix
index 69bae8abfeba..356891e7351d 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.2.2";
+ version = "3.2.4";
src = fetchurl {
url = "https://github.com/sass/libsass/archive/${version}.tar.gz";
- sha256 = "022rvsnqslds1ss6ls1x1w93mrhq7nigd00wjlnd07qhfqpbnwax";
+ sha256 = "1v804r7k0iv97ihlr46hwfw88v874kfklsm616b85yzdz0105i8h";
};
patchPhase = ''
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "A C/C++ implementation of a Sass compiler";
homepage = https://github.com/sass/libsass;
license = licenses.mit;
- maintainers = with maintainers; [ offline ];
+ maintainers = with maintainers; [ codyopel offline ];
platforms = platforms.unix;
};
}