Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b6d32f47ad10
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bec0a9056df5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 31, 2018

  1. 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
    R. RyanTM committed Mar 31, 2018
    Copy the full SHA
    8faf41f View commit details

Commits on Apr 9, 2018

  1. Merge pull request #38214 from r-ryantm/auto-update/libsass

    libsass: 3.5.1 -> 3.5.2
    matthewbauer authored Apr 9, 2018
    Copy the full SHA
    bec0a90 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libsass/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libsass/default.nix
Original file line number Diff line number Diff line change
@@ -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 = ''