openxray: 730-july-preview -> 784-october-preview

This commit is contained in:
gnidorah 2020-11-02 20:58:14 +03:00 committed by Frederik Rietdijk
parent 49cd7307d0
commit c2bd0a4871

View file

@ -3,13 +3,13 @@
, pcre, makeWrapper }:
let
version = "730-july-preview";
version = "784-october-preview";
src = fetchFromGitHub {
owner = "OpenXRay";
repo = "xray-16";
rev = version;
sha256 = "1nish3sbpk0hsag7r4nyx8j6pl9mlgx58v8dhzg2vwj2q32isyb2";
sha256 = "0q0h70gbpscdvn45wpxicljj4ji3cd2maijd5b7jhr1695h61q5y";
fetchSubmodules = true;
};