about summary refs log tree commit diff
path: root/pkgs/development/tools/sass/gemset.nix
blob: 31e4e6ab6d37ec382495e6e1e998ebfc257b079d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  sass = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0dkj6v26fkg1g0majqswwmhxva7cd6p3psrhdlx93qal72dssywy";
      type = "gem";
    };
    version = "3.4.22";
  };
}