1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

dxx-rebirth: 0-unstable-2024-01-13 -> 0.60.0-beta2-unstable-2024-08-11

This commit is contained in:
R. Ryantm 2024-08-21 09:04:00 +00:00 committed by Peter Hoeg
parent 7df0e614a2
commit fc0f323d8c

View file

@ -22,13 +22,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dxx-rebirth"; pname = "dxx-rebirth";
version = "0-unstable-2024-01-13"; version = "0.60.0-beta2-unstable-2024-08-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dxx-rebirth"; owner = "dxx-rebirth";
repo = "dxx-rebirth"; repo = "dxx-rebirth";
rev = "5c710857a9312e1b2f3249c51c12b55f9390a2b1"; rev = "bd3c033bdf1faa4606086dcae0436531fb2e7e5c";
hash = "sha256-nEPMJiTeePAmourAksUNqyy5whs+8+qy/qrycfNw2lo="; hash = "sha256-imNHJ55Wp3YueMsNVvb7Z51EyESZnPdtzAOp2TWfdqc=";
}; };
nativeBuildInputs = [ pkg-config scons ]; nativeBuildInputs = [ pkg-config scons ];