summary refs log tree commit diff
path: root/pkgs/development/libraries/libsass/default.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-14 16:10:15 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-14 16:10:15 -0700
commitcb9adfff0cd690b7b601b9d1aa22403af8c22502 (patch)
tree7dff461a002cc01d28452eeacb41c1e5df137179 /pkgs/development/libraries/libsass/default.nix
parentba816ee08721d0c2f5f7e6652091bed085ac7687 (diff)
downloadnixpkgs-cb9adfff0cd690b7b601b9d1aa22403af8c22502.tar
nixpkgs-cb9adfff0cd690b7b601b9d1aa22403af8c22502.tar.gz
nixpkgs-cb9adfff0cd690b7b601b9d1aa22403af8c22502.tar.bz2
nixpkgs-cb9adfff0cd690b7b601b9d1aa22403af8c22502.tar.lz
nixpkgs-cb9adfff0cd690b7b601b9d1aa22403af8c22502.tar.xz
nixpkgs-cb9adfff0cd690b7b601b9d1aa22403af8c22502.tar.zst
nixpkgs-cb9adfff0cd690b7b601b9d1aa22403af8c22502.zip
libsass: 3.4.9 -> 3.5.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.5.1 with grep in /nix/store/k68941z8m2pw5jgmc0f7f2k9x0iv2pcj-libsass-3.5.1
- found 3.5.1 in filename of file in /nix/store/k68941z8m2pw5jgmc0f7f2k9x0iv2pcj-libsass-3.5.1
Diffstat (limited to 'pkgs/development/libraries/libsass/default.nix')
-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 e1c50bee75a..df160f3405a 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.9";
+  version = "3.5.1";
 
   src = fetchurl {
     url = "https://github.com/sass/libsass/archive/${version}.tar.gz";
-    sha256 = "0f4mj91zzdzah7fxkdg3dnrimk9ip7czl4g26f32zgifz1nrqgjs";
+    sha256 = "0qy5hsglrdwzlb1x83v40pnm52hrjbdrc5zardp89i3vwcdzkrq8";
   };
 
   patchPhase = ''