summary refs log tree commit diff
path: root/pkgs/development/libraries/db/db-6.0.nix
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-11-17 18:04:59 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-11-17 18:04:59 +0000
commit0c43a02e3609fb1730ae92465434f40bb8c8e21d (patch)
treeea792d74785081dd9adf5286527947a71030a2a3 /pkgs/development/libraries/db/db-6.0.nix
parent9ee5b8d3fc26c54d52e5f2756cf62265c442a515 (diff)
Attach a bunch of meta.branch info for the monitor
This should stop explicitly-versioned expressions from showing up in the
monitor as in need of update.
Diffstat (limited to 'pkgs/development/libraries/db/db-6.0.nix')
-rw-r--r--pkgs/development/libraries/db/db-6.0.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/db/db-6.0.nix b/pkgs/development/libraries/db/db-6.0.nix
index 22e858a9d1800..716cad9ab074a 100644
--- a/pkgs/development/libraries/db/db-6.0.nix
+++ b/pkgs/development/libraries/db/db-6.0.nix
@@ -4,4 +4,5 @@ import ./generic.nix (args // rec {
   version = "6.0.20";
   sha256 = "00r2aaglq625y8r9xd5vw2y070plp88f1mb2gbq3kqsl7128lsl0";
   license = stdenv.lib.licenses.agpl3;
+  branch = "6.0";
 })