mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
openxray: 730-july-preview -> 784-october-preview
This commit is contained in:
parent
49cd7307d0
commit
c2bd0a4871
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user