Merge pull request #39724 from dtzWill/update/libepoxy-1.5.1

libepoxy: 1.5.0 -> 1.5.1
This commit is contained in:
Will Dietz
2018-04-30 11:16:52 -05:00
committed by GitHub

View File

@@ -6,13 +6,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "epoxy-${version}";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "anholt";
repo = "libepoxy";
rev = "${version}";
sha256 = "1ixpqb10pmdy3n9nxd5inflig9dal5502ggadcns5b58j6jr0yv0";
sha256 = "1811agxr7g9wd832np8sw152j468kg3qydmfkc564v54ncfcgaci";
};
outputs = [ "out" "dev" ];