diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-02 19:18:50 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-02 19:18:50 -0500 | 
| commit | 01b97ab40ec20a0ad73d2271b1397122e7b1bed5 (patch) | |
| tree | 2063f9f05bf50a05bc6392bd1b1ccc4950bb3c7a /nix-overlays/dub/default.nix | |
| parent | pod zip fixes (diff) | |
nix build houskeeping, version updates, incl. dmd & dub
Diffstat (limited to 'nix-overlays/dub/default.nix')
| -rw-r--r-- | nix-overlays/dub/default.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/nix-overlays/dub/default.nix b/nix-overlays/dub/default.nix index 819a5e5..0eec437 100644 --- a/nix-overlays/dub/default.nix +++ b/nix-overlays/dub/default.nix @@ -4,7 +4,7 @@ assert dcompiler != null;  stdenv.mkDerivation rec {    pname = "dub"; -  version = "1.36.0"; +  version = "1.38.1";    enableParallelBuilding = true; @@ -12,7 +12,7 @@ stdenv.mkDerivation rec {      owner = "dlang";      repo = "dub";      rev = "v${version}"; -    sha256 = "sha256-S8pls9zxbGAQTwqYf4bDT2q7Ow12S8bBsJE5UmsACBs="; +    sha256 = "sha256-8Lr/0sx4SKwU1aNOxZArta0RXpDM+EWl29ZsPDdPWFo=";    };    #postUnpack = '' | 
