about summary refs log tree commit diff
path: root/pkgs/development/tools/flyway/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/flyway/default.nix')
-rw-r--r--pkgs/development/tools/flyway/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/flyway/default.nix b/pkgs/development/tools/flyway/default.nix
index a232fe623c7b..02c6c6ae9437 100644
--- a/pkgs/development/tools/flyway/default.nix
+++ b/pkgs/development/tools/flyway/default.nix
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec{
       This package is only the Community Edition of the Flyway command-line tool.
     '';
     homepage = "https://flywaydb.org/";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.asl20;
     platforms = platforms.unix;
     maintainers = [ maintainers.cmcdragonkai ];