summary refs log tree commit diff
path: root/pkgs/development/libraries/libsass/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-02 14:09:00 -0700
committerRobin Gloster <mail@glob.in>2018-05-03 00:09:38 +0200
commit6fc670b00d36300c5b000d5c735f2796810a4c0b (patch)
tree6daa8a1554b4c33bbf9d479933f1d20c4566455d /pkgs/development/libraries/libsass/default.nix
parentc7e11a28dce73ecf13e53ce48e83096064700cb8 (diff)
downloadnixpkgs-6fc670b00d36300c5b000d5c735f2796810a4c0b.tar
nixpkgs-6fc670b00d36300c5b000d5c735f2796810a4c0b.tar.gz
nixpkgs-6fc670b00d36300c5b000d5c735f2796810a4c0b.tar.bz2
nixpkgs-6fc670b00d36300c5b000d5c735f2796810a4c0b.tar.lz
nixpkgs-6fc670b00d36300c5b000d5c735f2796810a4c0b.tar.xz
nixpkgs-6fc670b00d36300c5b000d5c735f2796810a4c0b.tar.zst
nixpkgs-6fc670b00d36300c5b000d5c735f2796810a4c0b.zip
libsass: 3.5.3 -> 3.5.4
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.4 with grep in /nix/store/xyyfnl8z6bsziqyibdk7am96h1dz8yiz-libsass-3.5.4
- directory tree listing: https://gist.github.com/68655a774ee14cf658d685eec8c1ab27
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 3afe0e905e7..8168ff0edae 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.3";
+  version = "3.5.4";
 
   src = fetchurl {
     url = "https://github.com/sass/libsass/archive/${version}.tar.gz";
-    sha256 = "1lfdq2ahskf9yd0m71jlx3r4n6a0dhg4wxpnwbrvj2a23k7db7zi";
+    sha256 = "0w47hvzmbdpbjx8j83wn8dwcvglpab8abkszf9xfzrpqvb6wnqaz";
   };
 
   patchPhase = ''