Skip to content

Commit

Permalink
Revert "libsass: 3.6.1 -> 3.6.2"
Browse files Browse the repository at this point in the history
This hangs when generating gtk3 templates.
sass/libsass#3006

This reverts commit e4b4ff8.
  • Loading branch information
FRidh committed Oct 18, 2019
1 parent d2c1c51 commit ddee207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libsass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "libsass";
version = "3.6.2";
version = "3.6.1";

src = fetchFromGitHub {
owner = "sass";
repo = pname;
rev = version;
sha256 = "0z09nv08vcajvv70h8355zsnqw1w8d0hwiizym3ax1zvzkdx7941";
sha256 = "1599j2lbsygy3883x9si7rbad1pkjhl6y72aimaapcv90ga5kxkm";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
extraPostFetch = ''
Expand Down

0 comments on commit ddee207

Please sign in to comment.