ddosify: update vendorSha256

This commit is contained in:
zowoq
2022-01-31 15:20:55 +10:00
parent 2879734204
commit 6b2837da8a
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-QLJB2WcnguknEMdgwJzltp++mJCL4cFOWU568aTk0sc=";
};
vendorSha256 = "sha256-TY8shTb77uFm8/yCvlIncAfq7brWgnH/63W+hj1rvqg=";
vendorSha256 = "sha256-lbo9P2UN9TmUAqyhFdbOHWokoAogVQZihpcOlhmumxU=";
ldflags = [
"-s -w"
+3 -1
View File
@@ -2774,7 +2774,9 @@ with pkgs;
ddate = callPackage ../tools/misc/ddate { };
ddosify = callPackage ../development/tools/ddosify { };
ddosify = callPackage ../development/tools/ddosify {
buildGoModule = buildGo117Module;
};
dduper = callPackage ../tools/filesystems/dduper { };