about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-02-07 23:25:43 +0000
committerEmery Hemingway <ehmry@posteo.net>2024-02-09 11:18:39 +0000
commitbab00e00deeb9b802e7feabfc4c95b90b445cfa4 (patch)
treed22628c1430a6b51e8b209db13c04845d2efb50b /pkgs/games
parentc20f87f00d445849b0149698884b893e4ac61cec (diff)
Update pkgs/games/dxx-rebirth/default.nix
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/dxx-rebirth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/dxx-rebirth/default.nix b/pkgs/games/dxx-rebirth/default.nix
index 2664d3d4f3061..d69a4c6adc022 100644
--- a/pkgs/games/dxx-rebirth/default.nix
+++ b/pkgs/games/dxx-rebirth/default.nix
@@ -23,7 +23,7 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "dxx-rebirth";
-  version = "unstable-2024-01-13";
+  version = "0-unstable-2024-01-13";
 
   src = fetchFromGitHub {
     owner = "dxx-rebirth";