Merge pull request #83983 from r-ryantm/auto-update/khronos

khronos: 1.0.6 -> 1.0.8
This commit is contained in:
Ryan Mulligan 2020-04-01 14:02:31 -07:00 committed by GitHub
commit 6201077d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "khronos"; pname = "khronos";
version = "1.0.6"; version = "1.0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lainsce"; owner = "lainsce";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0s6yx05k0x90bmdmr61hw07nf9a1kyvvk6gwlg8m97zq1n3qc0f3"; sha256 = "0d5ma1d86lh2apagwrwk0d1v1cm3fifjivhf530nlznb67vi1x80";
}; };
nativeBuildInputs = [ nativeBuildInputs = [