Merge pull request #299061 from laalsaas/nw-update

newtonwars: 20150609 -> unstable-2023-04-08
This commit is contained in:
Pascal Wittmann 2024-03-26 16:19:42 +01:00 committed by GitHub
commit 71c7097220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 4 deletions

View File

@ -1,14 +1,21 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper, freeglut, libGLU, libGL }:
{ lib
, stdenv
, fetchFromGitHub
, makeWrapper
, freeglut
, libGLU
, libGL
}:
stdenv.mkDerivation {
pname = "newtonwars";
version = "20150609";
version = "unstable-2023-04-08";
src = fetchFromGitHub {
owner = "Draradech";
repo = "NewtonWars";
rev = "98bb99a1797fd0073e0fd25ef9218468d3a9f7cb";
sha256 = "0g63fwfcdxxlnqlagj1fb8ngm385gmv8f7p8b4r1z5cny2znxdvs";
rev = "a32ea49f8f1d2bdb8983c28d24735696ac987617";
hash = "sha256-qkvgQraYR+EXWUQkEvSOcbNFn2oRTjwj5U164tVto8M=";
};
nativeBuildInputs = [ makeWrapper ];