mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
dub: 1.30.0 -> 1.33.0
This commit is contained in:
parent
f0083384d9
commit
6272cc6e40
@ -4,7 +4,7 @@ assert dcompiler != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dub";
|
||||
version = "1.30.0";
|
||||
version = "1.33.0";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "dlang";
|
||||
repo = "dub";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-iVl7bjblvIxvrUX7Phq6h4AIAmZjNVkGYYFA1hhsE7c=";
|
||||
sha256 = "sha256-4Mha7WF6cg3DIccfpvOnheuvgfziv/7wo8iFsPXO4yY=";
|
||||
};
|
||||
|
||||
dubvar = "\\$DUB";
|
||||
@ -137,6 +137,7 @@ stdenv.mkDerivation rec {
|
||||
rm -r test/path-subpackage-ref
|
||||
rm -r test/sdl-package-simple
|
||||
rm -r test/dpath-variable # requires execution of dpath-variable.sh
|
||||
rm -r test/use-c-sources
|
||||
|
||||
./test/run-unittest.sh
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user