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
1 changed files with 2 additions and 2 deletions

View File

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