Merge pull request #327033 from r-ryantm/auto-update/dub

dub: 1.38.0 -> 1.38.1
This commit is contained in:
lassulus 2024-07-14 10:01:16 +02:00 committed by GitHub
commit 63efb7440a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dub";
version = "1.38.0";
version = "1.38.1";
enableParallelBuilding = true;
@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "dlang";
repo = "dub";
rev = "v${finalAttrs.version}";
hash = "sha256-+cG7tR4nAL4fhk9/1FMkfjQ8Rtqf+uTvGfVegmnjloY=";
hash = "sha256-8Lr/0sx4SKwU1aNOxZArta0RXpDM+EWl29ZsPDdPWFo=";
};
postPatch = ''