newtonwars: 20150609 -> unstable-2023-04-08

This commit is contained in:
laalsaas 2024-03-26 01:40:15 +01:00
parent 5d9aed5ac5
commit 03f9a0d9cc

View file

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