summary refs log tree commit diff
path: root/pkgs/development/libraries/libsass
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 05:19:09 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 05:19:09 -0700
commit8faf41fe05fa21d77a2c56fca783ad3334f7f65d (patch)
tree444c35a28005017ecd56890003d8b6b9c18b308d /pkgs/development/libraries/libsass
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixpkgs-8faf41fe05fa21d77a2c56fca783ad3334f7f65d.tar
nixpkgs-8faf41fe05fa21d77a2c56fca783ad3334f7f65d.tar.gz
nixpkgs-8faf41fe05fa21d77a2c56fca783ad3334f7f65d.tar.bz2
nixpkgs-8faf41fe05fa21d77a2c56fca783ad3334f7f65d.tar.lz
nixpkgs-8faf41fe05fa21d77a2c56fca783ad3334f7f65d.tar.xz
nixpkgs-8faf41fe05fa21d77a2c56fca783ad3334f7f65d.tar.zst
nixpkgs-8faf41fe05fa21d77a2c56fca783ad3334f7f65d.zip
libsass: 3.5.1 -> 3.5.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libsass/versions.

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.2 with grep in /nix/store/nmrdgaid01pxdciii293qs8pj79a0jm1-libsass-3.5.2
- directory tree listing: https://gist.github.com/56876c4a3406ecb01ba31b9a9dbed572
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 df160f3405a..ec4fa6b7427 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.5.1";
+  version = "3.5.2";
 
   src = fetchurl {
     url = "https://github.com/sass/libsass/archive/${version}.tar.gz";
-    sha256 = "0qy5hsglrdwzlb1x83v40pnm52hrjbdrc5zardp89i3vwcdzkrq8";
+    sha256 = "1qjpicbjsj9gf8s00ma0d6kw6qfnc29fhrqdkvq8427wfffj654r";
   };
 
   patchPhase = ''