summary refs log tree commit diff
path: root/pkgs/development/libraries/db/db-4.8.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-4.8.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-4.8.nix')
-rw-r--r--pkgs/development/libraries/db/db-4.8.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/db/db-4.8.nix b/pkgs/development/libraries/db/db-4.8.nix
index e77307d6fa5a6..9b5e8cb39bda6 100644
--- a/pkgs/development/libraries/db/db-4.8.nix
+++ b/pkgs/development/libraries/db/db-4.8.nix
@@ -3,4 +3,5 @@
 import ./generic.nix (args // rec {
   version = "4.8.30";
   sha256 = "0ampbl2f0hb1nix195kz1syrqqxpmvnvnfvphambj7xjrl3iljg0";
+  branch = "4.8";
 })