We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd468f commit 8559220Copy full SHA for 8559220
pkgs/by-name/dx/dxx-rebirth/package.nix
@@ -24,13 +24,13 @@ let
24
in
25
stdenv.mkDerivation {
26
pname = "dxx-rebirth";
27
- version = "0.60.0-beta2-unstable-2025-05-24";
+ version = "0.60.0-beta2-unstable-2025-11-08";
28
29
src = fetchFromGitHub {
30
owner = "dxx-rebirth";
31
repo = "dxx-rebirth";
32
- rev = "7a84b3f307ac6f72fd440e55b149d7c2c942dfaf";
33
- hash = "sha256-b3rMitf2kw8y0EXwxeKKB8bqzCUaIaMQmpV1gtdcLis=";
+ rev = "3eb1c46ce18d3ad30f3f3c3037ff0c9b00dbbd0c";
+ hash = "sha256-5kP3WA4wkXQzTJidy6kKV55wqI/a3OOJLKFwSnr5vbs=";
34
};
35
36
nativeBuildInputs = [
0 commit comments