khronos: 3.6.1 -> 3.6.6

This commit is contained in:
Bobby Rong
2021-12-06 10:34:08 +08:00
parent 6daa4a5c04
commit ef708d2c4d
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "khronos";
version = "3.6.1";
version = "3.6.6";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
sha256 = "sha256-+gZy8cdekM26J1ujqFmfBXTctXc9E//EY42ZoLq9rBs=";
sha256 = "sha256-EFoW/2IZuCo6sg7q87XRrJJ7dmYtVZr2bJQUEiiMiVI=";
};
nativeBuildInputs = [