about summary refs log tree commit diff
path: root/test/fixdescriptors/system.fix
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixdescriptors/system.fix')
-rw-r--r--test/fixdescriptors/system.fix6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixdescriptors/system.fix b/test/fixdescriptors/system.fix
index 5e9f497d1491..7ca8c8797c4e 100644
--- a/test/fixdescriptors/system.fix
+++ b/test/fixdescriptors/system.fix
@@ -1,6 +1,6 @@
 Descr(
   [ Bind("pkgId", Str("system"))
-  , Bind("releaseId", Str("2"))
+  , Bind("releaseId", Str("3"))
 
   , Bind("actATerm", Fix("./aterm-2.0.fix"))
   , Bind("actPkgConfig", Fix("./pkgconfig-0.15.0.fix"))
@@ -11,9 +11,9 @@ Descr(
   , Bind("actGnet", Fix("./gnet-1.1.8.fix"))
   , Bind("actPspell", Fix("./pspell-.12.2.fix"))
   , Bind("actGtkspell", Fix("./gtkspell-2.0.2.fix"))
-  , Bind("actPan", Fix("./pan-0.13.95.fix"))
+  , Bind("actPan", Fix("./pan-0.14.0.fix"))
   , Bind("actSubversion", Fix("./subversion-0.21.0.fix"))
 
-  , Bind("build", Source("../../scripts/nix-populate"))
+  , Bind("build", Local("../../scripts/nix-populate"))
   ]
 )