gamenetworkingsockets: 1.3.0 -> 1.4.1
https://github.com/ValveSoftware/GameNetworkingSockets/releases/tag/v1.4.0 https://github.com/ValveSoftware/GameNetworkingSockets/releases/tag/v1.4.1
This commit is contained in:
parent
684ec37505
commit
e2859ee197
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "GameNetworkingSockets";
|
pname = "GameNetworkingSockets";
|
||||||
version = "1.3.0";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ValveSoftware";
|
owner = "ValveSoftware";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1d3k1ciw8c8rznxsr4bfmw0f0srblpflv8xqavhcxx2zwvaya78c";
|
sha256 = "12741wmpvy7mcvqqmjg4a7ph75rwliwgclhk4imjijqf2qkvsphd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ninja go ];
|
nativeBuildInputs = [ cmake ninja go ];
|
||||||
|
|
Loading…
Reference in a new issue