lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #137830 from r-ryantm/auto-update/libass

libass: 0.15.1 -> 0.15.2

authored by

Ryan Mulligan and committed by
GitHub
2c1748dc f16c7f5e

+2 -2
+2 -2
pkgs/development/libraries/libass/default.nix
··· 15 15 with lib; 16 16 stdenv.mkDerivation rec { 17 17 pname = "libass"; 18 - version = "0.15.1"; 18 + version = "0.15.2"; 19 19 20 20 src = fetchurl { 21 21 url = "https://github.com/libass/libass/releases/download/${version}/${pname}-${version}.tar.xz"; 22 - sha256 = "sha256-HN05ydAHsG5zfnc4AE1/OM+bHpKEPzcweyTn/2OrjlM="; 22 + sha256 = "sha256-G+LfnESFpX14uxjAqO0Ve8h6Wo3UjGYZYcYlyxEoMv0="; 23 23 }; 24 24 25 25 configureFlags = [