summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-26 03:42:34 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-26 03:42:34 -0700
commitf8bd1b18686e50c5b43d59fe357bd2c184ec0558 (patch)
tree977005f4ccf8309116061944ef8885850ca90a84
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixlib-f8bd1b18686e50c5b43d59fe357bd2c184ec0558.tar
nixlib-f8bd1b18686e50c5b43d59fe357bd2c184ec0558.tar.gz
nixlib-f8bd1b18686e50c5b43d59fe357bd2c184ec0558.tar.bz2
nixlib-f8bd1b18686e50c5b43d59fe357bd2c184ec0558.tar.lz
nixlib-f8bd1b18686e50c5b43d59fe357bd2c184ec0558.tar.xz
nixlib-f8bd1b18686e50c5b43d59fe357bd2c184ec0558.tar.zst
nixlib-f8bd1b18686e50c5b43d59fe357bd2c184ec0558.zip
libsass: 3.5.2 -> 3.5.3
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.3 with grep in /nix/store/mp09kp6kk1mnb0m6szp8r8cjswpky236-libsass-3.5.3
- directory tree listing: https://gist.github.com/693ae2149cf8d174efe563ad97396c0a
-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 ec4fa6b7427a..3afe0e905e74 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.2";
+  version = "3.5.3";
 
   src = fetchurl {
     url = "https://github.com/sass/libsass/archive/${version}.tar.gz";
-    sha256 = "1qjpicbjsj9gf8s00ma0d6kw6qfnc29fhrqdkvq8427wfffj654r";
+    sha256 = "1lfdq2ahskf9yd0m71jlx3r4n6a0dhg4wxpnwbrvj2a23k7db7zi";
   };
 
   patchPhase = ''