aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix-overlays/dub
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-03-22 13:44:51 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2025-03-22 13:44:54 -0400
commitbc2c4e51320599fb18d457c7e0e1b5d10223f666 (patch)
tree379e91d16b9e40183689be6e1ab3206bb72245d4 /nix-overlays/dub
parentsisudoc-spine upkeep, minor, a file renamed (diff)
overlays at ldc-1.40.1, dub-1.39.0, dtools-2.110.0HEADmain
- following nixpkgs pretty much - ldc-1.40.1 (based on D 2.110.0) - dub-1.39.0 - dtools-2.110.0 (overlay changes)
Diffstat (limited to 'nix-overlays/dub')
-rw-r--r--nix-overlays/dub/package.nix21
1 files changed, 11 insertions, 10 deletions
diff --git a/nix-overlays/dub/package.nix b/nix-overlays/dub/package.nix
index f13adec..1ac054c 100644
--- a/nix-overlays/dub/package.nix
+++ b/nix-overlays/dub/package.nix
@@ -1,18 +1,19 @@
-{ lib
-, stdenv
-, fetchFromGitHub
-, curl
-, ldc
-, dcompiler ? ldc
-, libevent
-, rsync
+{
+ lib,
+ stdenv,
+ fetchFromGitHub,
+ curl,
+ ldc,
+ dcompiler ? ldc,
+ libevent,
+ rsync,
}:
assert dcompiler != null;
stdenv.mkDerivation (finalAttrs: {
pname = "dub";
- version = "1.38.1";
+ version = "1.39.0";
enableParallelBuilding = true;
@@ -20,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "dlang";
repo = "dub";
rev = "v${finalAttrs.version}";
- hash = "sha256-8Lr/0sx4SKwU1aNOxZArta0RXpDM+EWl29ZsPDdPWFo=";
+ hash = "sha256-73b15A9+hClD6IbuxTy9QZKpTKjUFYBuqGOclUyhrnM=";
};
postPatch = ''